summaryrefslogtreecommitdiff
path: root/pexpect/examples/chess3.py
diff options
context:
space:
mode:
Diffstat (limited to 'pexpect/examples/chess3.py')
-rwxr-xr-xpexpect/examples/chess3.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pexpect/examples/chess3.py b/pexpect/examples/chess3.py
index 286a8e3..4404442 100755
--- a/pexpect/examples/chess3.py
+++ b/pexpect/examples/chess3.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