summaryrefslogtreecommitdiff
path: root/geneticone/gui/gtk/wrapper.py
diff options
context:
space:
mode:
authornecoro <>2006-11-24 11:49:51 +0000
committernecoro <>2006-11-24 11:49:51 +0000
commit10c8bd3678f1a13e9ff4dc59b7907c4a7726d67e (patch)
treec8172c4f12be5a9019b3f06afc71ffbf9db4c046 /geneticone/gui/gtk/wrapper.py
parent38a7fdbeff355e5df5c6552306a23d46074e3e0a (diff)
downloadportato-10c8bd3678f1a13e9ff4dc59b7907c4a7726d67e.tar.gz
portato-10c8bd3678f1a13e9ff4dc59b7907c4a7726d67e.tar.bz2
portato-10c8bd3678f1a13e9ff4dc59b7907c4a7726d67e.zip
Renamed to portato
Diffstat (limited to 'geneticone/gui/gtk/wrapper.py')
-rw-r--r--geneticone/gui/gtk/wrapper.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/geneticone/gui/gtk/wrapper.py b/geneticone/gui/gtk/wrapper.py
index 7597a8a..7066acb 100644
--- a/geneticone/gui/gtk/wrapper.py
+++ b/geneticone/gui/gtk/wrapper.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
-# File: geneticone/gui/gtk/wrapper.py
-# This file is part of the Genetic/One-Project, a graphical portage-frontend.
+# File: portato/gui/gtk/wrapper.py
+# This file is part of the Portato-Project, a graphical portage-frontend.
#
# Copyright (C) 2006 René 'Necoro' Neumann
# This is free software. You may redistribute copies of it under the terms of
@@ -10,7 +10,7 @@
#
# Written by René 'Necoro' Neumann <necoro@necoro.net>
-from geneticone.gui.wrapper import Tree, Console
+from portato.gui.wrapper import Tree, Console
class GtkTree (Tree):
"""The implementation of the abstract tree."""