X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=blobdiff_plain;f=src%2Fconstants.py;h=b2b9662ab836aab260ea7e3eac7df3c84209648b;hp=9266335fbc75d669957ef38893e495af25b7c02f;hb=509732537740b8fffe0cfd780a1e129e68717611;hpb=f50d2ada00be6827f7fa174f40c8b64a4e2429d8 diff --git a/src/constants.py b/src/constants.py index 9266335..b2b9662 100644 --- a/src/constants.py +++ b/src/constants.py @@ -1,4 +1,12 @@ +import os + __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "0.9.9" +__version__ = "1.1.8" +__build__ = 0 __app_magic__ = 0xdeadbeef +_data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral") +_user_settings_ = "%s/settings.ini" % _data_path_ +_custom_notifier_settings_ = "%s/notifier.ini" % _data_path_ +_user_logpath_ = "%s/dialcentral.log" % _data_path_ +_notifier_logpath_ = "%s/notifier.log" % _data_path_