From 68e5691ddde6246cd22c7cc6e0b189f2b343e661 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Mon, 13 Jun 2011 09:57:28 +0200 Subject: Removed the plac project, which now has its own page --- plac/doc/read_stdin.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 plac/doc/read_stdin.py (limited to 'plac/doc/read_stdin.py') diff --git a/plac/doc/read_stdin.py b/plac/doc/read_stdin.py deleted file mode 100644 index 584644f..0000000 --- a/plac/doc/read_stdin.py +++ /dev/null @@ -1,13 +0,0 @@ -""" -You can run this script as -$ python read_stdin.py < ishelve.bat -""" -from __future__ import with_statement -import sys -from ishelve import ishelve -import plac - -if __name__ == '__main__': - with plac.Interpreter(ishelve) as i: - for line in sys.stdin: - print(i.send(line)) -- cgit v1.2.1