initial import of ussd-pad
[ussd-widget] / ussd-pad / src / opt / ussd-pad / values.py
1 import os
2 import time
3
4 NAME = "USSD Pad"
5 OSSO_NAME = "de.pycage.ussdpad"
6 VERSION = "2010.01.05"
7
8 AUTHORS = ["Martin Grimme  <martin.grimme@lintegra.de>"]
9 COPYRIGHT = "\xc2\xa9 2010 Martin Grimme"
10
11 USER_DIR = os.path.expanduser("~/.ussdpad")
12 APP_DIR = os.path.dirname(__file__)
13
14 START_TIME = time.time()