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/backend/portage_helper.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'geneticone/backend/portage_helper.py') diff --git a/geneticone/backend/portage_helper.py b/geneticone/backend/portage_helper.py index 27f5a41..6e8fc84 100644 --- a/geneticone/backend/portage_helper.py +++ b/geneticone/backend/portage_helper.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # -# File: geneticone/backend/portage_helper.py -# This file is part of the Genetic/One-Project, a graphical portage-frontend. +# File: portato/backend/portage_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 @@ -15,10 +15,10 @@ import re, os, copy import portage, gentoolkit from portage_util import unique_array -from geneticone.backend import * +from portato.backend import * import package -from geneticone.helper import debug +from portato.helper import debug def find_lambda (name): """Returns the function needed by all the find_all_*-functions. Returns None if no name is given. -- cgit v1.2.3-54-g00ecf