Fix a syntax error.
This commit is contained in:
parent
97d3a8319a
commit
94d34996df
1 changed files with 1 additions and 1 deletions
2
utils.py
2
utils.py
|
@ -2,7 +2,7 @@ from ConfigParser import ConfigParser
|
|||
import os
|
||||
|
||||
def get_config_dir():
|
||||
return os.path.join(path.expanduser('~'), '.ed_tools/')
|
||||
return os.path.join(os.path.expanduser('~'), '.ed_tools/')
|
||||
|
||||
def get_settings():
|
||||
"""
|
||||
|
|
Reference in a new issue