Skip to content
This repository has been archived by the owner on Mar 31, 2018. It is now read-only.

Commit

Permalink
remove sys.path hackery
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed May 13, 2012
1 parent f4137aa commit 9a83e21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions crateweb/wsgi.py
@@ -1,8 +1,3 @@
import os
import sys

sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "apps")))

import newrelic.agent
newrelic.agent.initialize()

Expand Down
2 changes: 0 additions & 2 deletions manage.py
Expand Up @@ -7,8 +7,6 @@

newrelic.agent.initialize()

sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "crateweb", "apps")))

if __name__ == "__main__":
from django.core.management import execute_from_command_line

Expand Down

0 comments on commit 9a83e21

Please sign in to comment.