fix code logic

Signed-off-by: Zhang Ning <zhangn1985@gmail.com>
This commit is contained in:
Zhang Ning 2015-09-05 15:03:52 +08:00
parent fcdd69f28d
commit 005c27977d

View File

@ -11,7 +11,7 @@ else:
# The application is not frozen
# Change this bit to match where you store your data files:
_filepath = os.path.dirname(os.path.realpath(__file__))
sys.path.insert(1, os.path.join(_filepath, _srcdir))
sys.path.insert(1, os.path.join(_filepath, _srcdir))
if sys.version_info[0] == 3:
import you_get