Insert *right* at the front

This commit is contained in:
David Baumgold
2014-03-20 14:31:52 -04:00
parent 1219bd757e
commit 820924fd83

View File

@@ -9,6 +9,6 @@ import os
# 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 *