mirror of
https://github.com/geohot/qira
synced 2025-03-13 18:43:19 +03:00
reminder about virtualenv
This commit is contained in:
parent
69830a93a8
commit
c309af24bb
@ -6,7 +6,11 @@ import os
|
||||
sys.path.insert(0, os.path.join('..','middleware'))
|
||||
import qira_config
|
||||
|
||||
from static2 import *
|
||||
try:
|
||||
from static2 import *
|
||||
except ImportError as e:
|
||||
print "Couldn't import static2 with error `{}'. Are you in the virtualenv?".format(e)
|
||||
sys.exit()
|
||||
import subprocess
|
||||
import argparse
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user