diff options
author | necoro <> | 2007-01-26 18:58:34 +0000 |
---|---|---|
committer | necoro <> | 2007-01-26 18:58:34 +0000 |
commit | 47fa732873512507322d8907dc30d1c8257e67a7 (patch) | |
tree | 8be9041791ea5977df29e417178bdf5511a716b7 /portato.py | |
parent | e0c70e1133b12341a9f14f68e00a44c1a7ea5a18 (diff) | |
download | portato-47fa732873512507322d8907dc30d1c8257e67a7.tar.gz portato-47fa732873512507322d8907dc30d1c8257e67a7.tar.bz2 portato-47fa732873512507322d8907dc30d1c8257e67a7.zip |
- fixed oneshot-bug
- added accelerators
- enabled copying out of the console
Diffstat (limited to '')
-rwxr-xr-x | portato.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law. Written by René 'Necoro' Neumann <necoro@necoro.net>""" % VERSION + sys.exit(0) else: uimod = sys.argv[1] if uimod in FRONTENDS: |