The mess of things to get this to work for Fremantle
[quicknote] / src / constants.py
1 import os
2
3 __pretty_app_name__ = "Quicknote"
4 __app_name__ = "quicknote"
5 __version__ = "0.7.8"
6 __build__ = 4
7 _data_path_ = os.path.join(os.path.expanduser("~"), ".quicknote")
8 __app_magic__ = 0xdeadbeef