add cleanup todo

This commit is contained in:
Steffen Schaumburg 2011-04-10 14:53:01 +02:00
parent 58f656f374
commit cd5d43b3a8

View File

@ -97,6 +97,7 @@ def get_config(file_name, fallback = True):
if os.path.exists(config_path):
config_found = True
#TODO: clean up the example path loading to ensure it behaves the same on all OSs
# Example configuration for debian package
if os.name == 'posix':
# If we're on linux, try to copy example from the place