- Refactoring stuff into a package.

This commit is contained in:
ccremers
2006-08-08 15:54:00 +00:00
parent 0b21755928
commit 166f618cb9
17 changed files with 81 additions and 63 deletions

View File

@@ -10,9 +10,9 @@ from optparse import OptionParser, SUPPRESS_HELP
#---------------------------------------------------------------------------
""" Import scyther-gui components """
import Preference
import Mainwindow
import Misc
import Gui.Preference as Preference
import Gui.Mainwindow as Mainwindow
import Gui.Misc as Misc
#---------------------------------------------------------------------------