summaryrefslogtreecommitdiff
path: root/pexpect/examples/uptime.py
diff options
context:
space:
mode:
Diffstat (limited to 'pexpect/examples/uptime.py')
-rwxr-xr-xpexpect/examples/uptime.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/pexpect/examples/uptime.py b/pexpect/examples/uptime.py
index 173e319..d2c9e88 100755
--- a/pexpect/examples/uptime.py
+++ b/pexpect/examples/uptime.py
@@ -1,7 +1,9 @@
#!/usr/bin/env python
-"""This displays uptime information using uptime.
-This is redundant perhaps, but it demonstrates expecting for a
-regular expression that uses subgroups.
+
+"""This displays uptime information using uptime. This is redundant,
+but it demonstrates expecting for a regular expression that uses subgroups.
+
+$Id$
"""
import pexpect