From 005c27977da124b5de0421f6f091e74f4f5ed256 Mon Sep 17 00:00:00 2001 From: Zhang Ning Date: Sat, 5 Sep 2015 15:03:52 +0800 Subject: [PATCH] fix code logic Signed-off-by: Zhang Ning --- you-get | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/you-get b/you-get index f04cbc0d..0f56bccc 100755 --- a/you-get +++ b/you-get @@ -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