v.licheni.net
/
stack
/
code
/
dboxswitch.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
showError in Gui
[stack/code/dboxswitch.git]
/
settings.py
diff --git
a/settings.py
b/settings.py
index
7c82d1e
..
0ba170b
100644
(file)
--- a/
settings.py
+++ b/
settings.py
@@
-3,6
+3,8
@@
class Settings():
def __init__(self):
self.appname = "dboxswitch"
+ self.appversion = "0.1"
+ self.icon = "./icon.png"
global conf
appconf = Settings()