diff options
author | necoro <> | 2006-09-08 18:03:35 +0000 |
---|---|---|
committer | necoro <> | 2006-09-08 18:03:35 +0000 |
commit | 58f256d7cc47821c5980cbf42af5f7f35aa78bf9 (patch) | |
tree | 88efc035ea14c4a3d1da3346461e257be650afc2 /main.py | |
parent | 5cbf29bf8800a33be61b90dd1bf49d780f680a70 (diff) | |
download | portato-58f256d7cc47821c5980cbf42af5f7f35aa78bf9.tar.gz portato-58f256d7cc47821c5980cbf42af5f7f35aa78bf9.tar.bz2 portato-58f256d7cc47821c5980cbf42af5f7f35aa78bf9.zip |
Some structure changes
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#!/usr/bin/python + +from geneticone.gui import MainWindow + +if __name__ == "__main__": + m = MainWindow() + m.main() |