summaryrefslogtreecommitdiff
path: root/portato/backend
diff options
context:
space:
mode:
authorNecoro <>2007-10-03 17:59:27 +0000
committerNecoro <>2007-10-03 17:59:27 +0000
commit0541f1abd3f4317e0272934367fe2d84df246cd9 (patch)
treefa44e674dc4ebdb882aa34cf8f6fed45252405a9 /portato/backend
parent388c8b8499e5725995c9411cfe63d5e69867463f (diff)
downloadportato-0541f1abd3f4317e0272934367fe2d84df246cd9.tar.gz
portato-0541f1abd3f4317e0272934367fe2d84df246cd9.tar.bz2
portato-0541f1abd3f4317e0272934367fe2d84df246cd9.zip
small fixes; removed old icon
Diffstat (limited to 'portato/backend')
-rw-r--r--portato/backend/portage/system.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/backend/portage/system.py b/portato/backend/portage/system.py
index 5916a9f..93c5ea0 100644
--- a/portato/backend/portage/system.py
+++ b/portato/backend/portage/system.py
@@ -19,7 +19,7 @@ import portage
from .package import PortagePackage
from .settings import PortageSettings
from ..system_interface import SystemInterface
-from ...helper import debug, info, unique_array
+from ...helper import debug, info, warning, unique_array
class PortageSystem (SystemInterface):
"""This class provides access to the portage-system."""