From ae9392137c66832e2e4fa0a51938aad2e6fdb8a4 Mon Sep 17 00:00:00 2001 From: Eagllus Date: Tue, 13 Mar 2018 09:21:01 +0100 Subject: [PATCH] Change path location of django q --- django_q/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/django_q/__init__.py b/django_q/__init__.py index 092c838..5ccb120 100644 --- a/django_q/__init__.py +++ b/django_q/__init__.py @@ -1,9 +1,9 @@ -import os -import sys +# import os +# import sys import django -myPath = os.path.dirname(os.path.abspath(__file__)) -sys.path.insert(0, myPath) +# myPath = os.path.dirname(os.path.abspath(__file__)) +# sys.path.insert(0, myPath) VERSION = (0, 9, 2)