wylark
/
munter.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
pylint(1) fixes for GUI
[munter.git]
/
munter
/
__init__.py
diff --git
a/munter/__init__.py
b/munter/__init__.py
index f83f37de097726774159edc3d3c37f0d4dd3f9e8..ddb0600a947511f4c9743f6f1f3d669058e5d4d7 100755
(executable)
--- a/
munter/__init__.py
+++ b/
munter/__init__.py
@@
-1,3
+1,4
@@
"""Main package for Munter.py"""
-__version__ = "2.2.0"
+__version__ = '2.2.0'
+__progname__ = 'Munter.py'
from .munter import time_calc