Skip to content

Commit b9bd7a6

Browse files
committed
Remove unneeded code to add evap to PYTHONPATH
1 parent 9d7ebd2 commit b9bd7a6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

evap/wsgi.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212

1313
from django.core.wsgi import get_wsgi_application
1414

15-
# this adds the project root to the python path.
16-
PWD = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
17-
sys.path = [PWD] + sys.path
18-
1915
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "evap.settings")
2016

2117
application = get_wsgi_application()

0 commit comments

Comments
 (0)