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/gui/gtk/dialogs.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 '')
-rw-r--r-- | geneticone/gui/gtk/dialogs.py (renamed from geneticone/gui/dialogs.py) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/geneticone/gui/dialogs.py b/geneticone/gui/gtk/dialogs.py index 4de66f1..92b3c7f 100644 --- a/geneticone/gui/dialogs.py +++ b/geneticone/gui/gtk/dialogs.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # # File: geneticone/gui/dialogs.py # This file is part of the Genetic/One-Project, a graphical portage-frontend. |