Skip to content

Commit

Permalink
Merge pull request #306 from uranusjr/bootstrap-py35
Browse files Browse the repository at this point in the history
Make bootstrap_dev work on Python 3.5
  • Loading branch information
takluyver committed Jan 2, 2020
2 parents 3380490 + 77f2884 commit 052eb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap_dev.py
Expand Up @@ -11,7 +11,7 @@
import sys

my_dir = Path(__file__).parent
os.chdir(my_dir)
os.chdir(str(my_dir))
sys.path.insert(0, 'flit_core')

from flit_core import build_thyself
Expand Down

0 comments on commit 052eb52

Please sign in to comment.