summaryrefslogtreecommitdiff
path: root/portato/gui/wrapper.py
diff options
context:
space:
mode:
authorNecoro <>2008-01-18 19:24:38 +0000
committerNecoro <>2008-01-18 19:24:38 +0000
commite49c33d6114ddc8051c349aa325872bd7840289b (patch)
treee02628a2e9bcbb9011a3390962819c8c6ecb1e51 /portato/gui/wrapper.py
parent34cd02955f69251e9484803d8ee4912b23e1e99b (diff)
downloadportato-e49c33d6114ddc8051c349aa325872bd7840289b.tar.gz
portato-e49c33d6114ddc8051c349aa325872bd7840289b.tar.bz2
portato-e49c33d6114ddc8051c349aa325872bd7840289b.zip
r661@Devoty: necoro | 2008-01-18 14:16:59 +0100
First support for interactive emerges r662@Devoty: necoro | 2008-01-18 20:22:58 +0100 Now finished interactive emerges
Diffstat (limited to 'portato/gui/wrapper.py')
-rw-r--r--portato/gui/wrapper.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/portato/gui/wrapper.py b/portato/gui/wrapper.py
index 011c819..2a88bdf 100644
--- a/portato/gui/wrapper.py
+++ b/portato/gui/wrapper.py
@@ -198,9 +198,9 @@ class Console:
Each frontend _MUST_ define its own subclass and implement ALL of the methods, otherwise a NotImplementedError will be thrown."""
def set_pty (self, pty):
- """This sets the pseudo-terminal where to print the incoming output to.
+ """This sets the pty master.
- @param pty: the terminal to print to
+ @param pty: the pty master
@type pty: file-descriptor"""
raise NotImplementedError