From 10c8bd3678f1a13e9ff4dc59b7907c4a7726d67e Mon Sep 17 00:00:00 2001 From: necoro <> Date: Fri, 24 Nov 2006 11:49:51 +0000 Subject: Renamed to portato --- geneticone.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'geneticone.py') diff --git a/geneticone.py b/geneticone.py index 9abefd3..1c60e5f 100755 --- a/geneticone.py +++ b/geneticone.py @@ -2,8 +2,8 @@ # -*- coding: utf-8 -*- # -# File: geneticone.py -# This file is part of the Genetic/One-Project, a graphical portage-frontend. +# File: portato.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 @@ -12,12 +12,12 @@ # # Written by René 'Necoro' Neumann -from geneticone.constants import VERSION +from portato.constants import VERSION import sys if __name__ == "__main__": if len(sys.argv) > 1 and sys.argv[1] in ("--help","--version","-h","-v"): - print """Genetic/One %s + print """Portato %s Copyright (C) 2006 René 'Necoro' Neumann This is free software. You may redistribute copies of it under the terms of the GNU General Public License . @@ -25,6 +25,6 @@ There is NO WARRANTY, to the extent permitted by law. Written by René 'Necoro' Neumann """ % VERSION else: - from geneticone.gui import MainWindow + from portato.gui import MainWindow m = MainWindow() m.main() -- cgit v1.2.3-70-g09d2