X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=dialcentral%2Fconstants.py;h=dd9e7431bf8e86485034ff0913760552c631c33b;hb=ee68282db7fd8f8649c935f5732f1c6d9b789406;hp=56ebddc93bb110cab7f56b1ec14e423ee52d7096;hpb=17279d9fa822ed43c03d41ee9333fea8f7557418;p=gc-dialer diff --git a/dialcentral/constants.py b/dialcentral/constants.py index 56ebddc..dd9e743 100644 --- a/dialcentral/constants.py +++ b/dialcentral/constants.py @@ -1,14 +1,7 @@ -import os - __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.3.6" +__version__ = "1.3.11" __build__ = 0 __app_magic__ = 0xdeadbeef -_data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__) -_user_settings_ = "%s/settings.ini" % _data_path_ -_custom_notifier_settings_ = "%s/notifier.ini" % _data_path_ -_user_logpath_ = "%s/%s.log" % (_data_path_, __app_name__) -_notifier_logpath_ = "%s/notifier.log" % _data_path_ IS_MAEMO = True