diff options
author | necoro <> | 2006-10-27 13:58:52 +0000 |
---|---|---|
committer | necoro <> | 2006-10-27 13:58:52 +0000 |
commit | 3384091af579dbafdc366753cf846e3e63c61f7b (patch) | |
tree | 680428f2043735763f51c38f4e891ae79301b2ea /geneticone.py | |
parent | f8bcb199cd5569dba9039c0286456a2d651a22a8 (diff) | |
download | portato-3384091af579dbafdc366753cf846e3e63c61f7b.tar.gz portato-3384091af579dbafdc366753cf846e3e63c61f7b.tar.bz2 portato-3384091af579dbafdc366753cf846e3e63c61f7b.zip |
Moved gtk-specific stuff to an extra subdir to make it more flexible for qt
Diffstat (limited to '')
-rwxr-xr-x | geneticone.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/geneticone.py b/geneticone.py index cee8218..df44769 100755 --- a/geneticone.py +++ b/geneticone.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- # # File: geneticone.py |