Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
BUG: env.py: import sys
Browse files Browse the repository at this point in the history
  • Loading branch information
elcorto committed Feb 4, 2017
1 parent 064a305 commit 533aabe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions env.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# hack to enforce python3 w/o virtualenv

import sys

for name in sys.path:
if 'python2' in name:
sys.path.pop(sys.path.index(name))

0 comments on commit 533aabe

Please sign in to comment.