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/gui/gui_helper.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'geneticone/gui/gui_helper.py') diff --git a/geneticone/gui/gui_helper.py b/geneticone/gui/gui_helper.py index bbc4bb9..6cc09a3 100644 --- a/geneticone/gui/gui_helper.py +++ b/geneticone/gui/gui_helper.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # -# File: geneticone/gui/gui_helper.py -# This file is part of the Genetic/One-Project, a graphical portage-frontend. +# File: portato/gui/gui_helper.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 @@ -11,12 +11,12 @@ # Written by René 'Necoro' Neumann # some backend things -from geneticone import backend -from geneticone.backend import flags -from geneticone.helper import * +from portato import backend +from portato.backend import flags +from portato.helper import * # parser -from geneticone.config_parser import ConfigParser +from portato.config_parser import ConfigParser # the wrapper from wrapper import Console, Tree @@ -381,7 +381,7 @@ class EmergeQueue: @param oneshot: True if this package should not be added to the world-file. @type oneshot: boolean - @raises geneticone.backend.PackageNotFoundException: if trying to add a package which does not exist""" + @raises portato.backend.PackageNotFoundException: if trying to add a package which does not exist""" if not unmerge: # emerge # insert dependencies -- cgit v1.2.3-54-g00ecf