Move the test.py launcher to the top level to start shaking out namespace bugs

This commit is contained in:
Chris Jones 2010-01-04 13:24:45 +00:00
parent be224f3016
commit df9abd4523
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/python
import gtk
from factory import Factory
from terminatorlib.factory import Factory
maker = Factory()
window = maker.make('Window')