summaryrefslogtreecommitdiff
path: root/portato.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-03-28 15:01:29 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-03-28 15:01:29 +0100
commit44965f41dfaddc9d7d7eab86498fc25b65793db2 (patch)
treeaea137c2934bef679d610e65503354dc15108a18 /portato.py
parent418690070652c20a10681f9a61a958cd2a0920f6 (diff)
downloadportato-44965f41dfaddc9d7d7eab86498fc25b65793db2.tar.gz
portato-44965f41dfaddc9d7d7eab86498fc25b65793db2.tar.bz2
portato-44965f41dfaddc9d7d7eab86498fc25b65793db2.zip
Added version infos to exceptions
Diffstat (limited to 'portato.py')
-rwxr-xr-xportato.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/portato.py b/portato.py
index 866dd49..3f94d25 100755
--- a/portato.py
+++ b/portato.py
@@ -63,6 +63,8 @@ def main ():
elif options.nofork or os.getuid() == 0: # start GUI
from portato.gui import run
+ from portato.helper import info
+ info("%s v. %s", _("Starting Portato"), VERSION)
if options.shm:
get_listener().set_send(*options.shm)