move select() in parser

This commit is contained in:
Romain Bignon 2011-04-08 19:39:57 +02:00
commit 9afb301ebe
30 changed files with 197 additions and 197 deletions

View file

@ -25,7 +25,7 @@ import sys
import subprocess
if sys.platform == 'win32':
import WConio
try:
import tty, termios
except ImportError: