From 47fa732873512507322d8907dc30d1c8257e67a7 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Fri, 26 Jan 2007 18:58:34 +0000 Subject: - fixed oneshot-bug - added accelerators - enabled copying out of the console --- portato.py | 1 + 1 file changed, 1 insertion(+) (limited to 'portato.py') diff --git a/portato.py b/portato.py index 65cee2c..f00169b 100755 --- a/portato.py +++ b/portato.py @@ -28,6 +28,7 @@ the GNU General Public License . There is NO WARRANTY, to the extent permitted by law. Written by René 'Necoro' Neumann """ % VERSION + sys.exit(0) else: uimod = sys.argv[1] if uimod in FRONTENDS: -- cgit v1.2.3