Show More
@@ -30,7 +30,7 b' from IPython.utils.traitlets import List, Unicode, Type, Bool, Dict, Set, Instan' | |||
|
30 | 30 | if os.name == 'nt': |
|
31 | 31 | programdata = os.environ.get('PROGRAMDATA', None) |
|
32 | 32 | if programdata: |
|
33 | SYSTEM_CONFIG_DIRS = [pjoin(programdata, 'ipython')] | |
|
33 | SYSTEM_CONFIG_DIRS = [os.path.join(programdata, 'ipython')] | |
|
34 | 34 | else: # PROGRAMDATA is not defined by default on XP. |
|
35 | 35 | SYSTEM_CONFIG_DIRS = [] |
|
36 | 36 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now