second pass on packaging; works better but offline mode is still in the way
[myslice.git] / myslice / wsgi.py
index 5bd9728..2fa8416 100644 (file)
@@ -1,10 +1,6 @@
 import os
 import sys
 
-path = '/usr/share/unfold'
-if path not in sys.path:
-    sys.path.append(path)
-
 os.environ['DJANGO_SETTINGS_MODULE'] = 'myslice.settings'
 
 import django.core.handlers.wsgi