From df9abd4523beeb18d3df89c15cd8bcdadb54175c Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Mon, 4 Jan 2010 13:24:45 +0000 Subject: [PATCH] Move the test.py launcher to the top level to start shaking out namespace bugs --- terminatorlib/test.py => test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename terminatorlib/test.py => test.py (83%) diff --git a/terminatorlib/test.py b/test.py similarity index 83% rename from terminatorlib/test.py rename to test.py index f20b702a..4bde29be 100755 --- a/terminatorlib/test.py +++ b/test.py @@ -1,7 +1,7 @@ #!/usr/bin/python import gtk -from factory import Factory +from terminatorlib.factory import Factory maker = Factory() window = maker.make('Window')