Removing the scalable icon to try to fix icon issues and some misc cleanup
[ejpi] / ejpi / constants.py
index 1f89e01..2aa466e 100644 (file)
@@ -8,4 +8,5 @@ __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
 _user_settings_ = "%s/settings.ini" % _data_path_
 _user_logpath_ = "%s/%s.log" % (_data_path_, __app_name__)
+
 IS_MAEMO = True