From c7e0ba131ab7169573dc0278f4ea3b19c13e9e26 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Wed, 17 Jan 2007 22:36:20 +0000 Subject: Added cmd-line support for switching uis --- portato/gui/gtk/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'portato/gui/gtk/__init__.py') diff --git a/portato/gui/gtk/__init__.py b/portato/gui/gtk/__init__.py index 85938b4..5e164db 100644 --- a/portato/gui/gtk/__init__.py +++ b/portato/gui/gtk/__init__.py @@ -11,3 +11,7 @@ # Written by René 'Necoro' Neumann from windows import MainWindow + +def run (): + m = MainWindow() + m.main() -- cgit v1.2.3-70-g09d2