Adding an async pool to try and fix things up
[theonering] / src / constants.py
1 import os
2
3 __pretty_app_name__ = "Telepathy-TheOneRing"
4 __app_name__ = "telepathy-theonering"
5 __version__ = "0.8.7"
6 __build__ = 0
7 __app_magic__ = 0xdeadbeef
8 _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering")
9 _user_settings_ = "%s/settings.ini" % _data_path_
10 _user_logpath_ = "%s/theonering.log" % _data_path_
11 _telepathy_protocol_name_ = "gv"
12 _telepathy_implementation_name_ = "theonering"