summaryrefslogtreecommitdiff
path: root/pexpect/examples/chess.py
diff options
context:
space:
mode:
Diffstat (limited to 'pexpect/examples/chess.py')
-rwxr-xr-xpexpect/examples/chess.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pexpect/examples/chess.py b/pexpect/examples/chess.py
index c760433..8c32cf7 100755
--- a/pexpect/examples/chess.py
+++ b/pexpect/examples/chess.py
@@ -1,7 +1,9 @@
#!/usr/bin/env python
+
'''This demonstrates controlling a screen oriented application (curses).
It starts two instances of gnuchess and then pits them against each other.
'''
+
import pexpect
import string
import ANSI