summaryrefslogtreecommitdiff
path: root/portato/listener.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--portato/listener.py (renamed from portato/plistener.py)4
1 files changed, 2 insertions, 2 deletions
diff --git a/portato/plistener.py b/portato/listener.py
index 4a248ab..3d2dd53 100644
--- a/portato/plistener.py
+++ b/portato/listener.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# File: portato/plistener.py
+# File: portato/listener.py
# This file is part of the Portato-Project, a graphical portage-frontend.
#
# Copyright (C) 2006-2009 René 'Necoro' Neumann
@@ -23,7 +23,7 @@ except ImportError:
from .constants import APP
from .helper import debug, warning
-class PListener (object):
+class Listener (object):
"""This class handles the communication between the "listener" and the GUI.
This listener starts programs as the user while the GUI runs as root.