summaryrefslogtreecommitdiff
path: root/pexpect/examples/rippy.py
diff options
context:
space:
mode:
Diffstat (limited to 'pexpect/examples/rippy.py')
-rwxr-xr-xpexpect/examples/rippy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pexpect/examples/rippy.py b/pexpect/examples/rippy.py
index edaabb3..9c9bdb4 100755
--- a/pexpect/examples/rippy.py
+++ b/pexpect/examples/rippy.py
@@ -52,7 +52,7 @@ import sys, os, re, math, stat, getopt, traceback, types, time
import pexpect
__version__ = '1.2'
-__revision__ = '$Revision$'
+__revision__ = '$Revision: 402 $'
__all__ = ['main', __version__, __revision__]
GLOBAL_LOGFILE_NAME = "rippy_%d.log" % os.getpid()