29f13df46e92714a27b55c7e7a151f66cb80342e
[gc-dialer] / src / constants.py
1 import os
2
3 __pretty_app_name__ = "DialCentral"
4 __app_name__ = "dialcentral"
5 __version__ = "1.1.5"
6 __build__ = 0
7 __app_magic__ = 0xdeadbeef
8 _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral")
9 _user_settings_ = "%s/settings.ini" % _data_path_
10 _custom_notifier_settings_ = "%s/notifier.ini" % _data_path_
11 _user_logpath_ = "%s/dialcentral.log" % _data_path_
12 _notifier_logpath_ = "%s/notifier.log" % _data_path_