Skip to content

Commit

Permalink
Removed sys.path manipulation as it intervenes with tox/virualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaap Roes committed Aug 6, 2012
1 parent 58771c0 commit ffc00dd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,8 @@

where_am_i = dirname(abspath(__file__))

sys.path.insert(0, where_am_i)

logging.getLogger('sentry').addHandler(logging.StreamHandler())

# adding eggs to path
files = listdir(where_am_i)

for file in files:
name, extension = splitext(file)
if extension == ".egg":
sys.path.insert(0, file)


from django.conf import settings

Expand Down

0 comments on commit ffc00dd

Please sign in to comment.