Move the test.py launcher to the top level to start shaking out namespace bugs
This commit is contained in:
parent
be224f3016
commit
df9abd4523
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
import gtk
|
import gtk
|
||||||
from factory import Factory
|
from terminatorlib.factory import Factory
|
||||||
|
|
||||||
maker = Factory()
|
maker = Factory()
|
||||||
window = maker.make('Window')
|
window = maker.make('Window')
|
Loading…
Reference in New Issue