Fix a syntax error.
This commit is contained in:
parent
97d3a8319a
commit
94d34996df
2
utils.py
2
utils.py
|
@ -2,7 +2,7 @@ from ConfigParser import ConfigParser
|
||||||
import os
|
import os
|
||||||
|
|
||||||
def get_config_dir():
|
def get_config_dir():
|
||||||
return os.path.join(path.expanduser('~'), '.ed_tools/')
|
return os.path.join(os.path.expanduser('~'), '.ed_tools/')
|
||||||
|
|
||||||
def get_settings():
|
def get_settings():
|
||||||
"""
|
"""
|
||||||
|
|
Reference in New Issue
Block a user