v.licheni.net
/
stack
/
code
/
dboxswitch.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
550c7dbca22b698f020e5c2c81ab08ff02ab8a2c
[stack/code/dboxswitch.git]
/
settings.py
1
#!/bin/python
2
3
class Settings():
4
def __init__(self):
5
self.appname = "dboxswitch"
6
self.appversion = "0.1"
7
self.icon = "icon.xpm"
8
9
global conf
10
appconf = Settings()