Skip to content

Commit

Permalink
Insert *right* at the front
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Mar 25, 2014
1 parent 1219bd7 commit 820924f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
# each of which run "pip install -e ." (as part of requirements/edx/local.txt)
# Until we re-run pip install, the other copies of edx-platform could
# take precedence, leading to some very strange results.
sys.path.insert(1, os.path.dirname(__file__))
sys.path.insert(0, os.path.dirname(__file__))

from pavelib import *

0 comments on commit 820924f

Please sign in to comment.