diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-28 16:45:43 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-28 16:45:43 +0100 |
commit | 9ee855dcfb16c5dfeef59143c50d97cd89aa716b (patch) | |
tree | aea137c2934bef679d610e65503354dc15108a18 /portato.py | |
parent | 418690070652c20a10681f9a61a958cd2a0920f6 (diff) | |
parent | 44965f41dfaddc9d7d7eab86498fc25b65793db2 (diff) | |
download | portato-9ee855dcfb16c5dfeef59143c50d97cd89aa716b.tar.gz portato-9ee855dcfb16c5dfeef59143c50d97cd89aa716b.tar.bz2 portato-9ee855dcfb16c5dfeef59143c50d97cd89aa716b.zip |
Added version infos to exceptions
Diffstat (limited to '')
-rwxr-xr-x | portato.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |