Author: David Schneider <david.schnei...@picle.org>
Branch: 
Changeset: r55788:cdabeb7c04fa
Date: 2012-06-23 18:20 +0200
http://bitbucket.org/pypy/pypy/changeset/cdabeb7c04fa/

Log:    remove pty.h from the imports

diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py
--- a/pypy/rpython/module/ll_os.py
+++ b/pypy/rpython/module/ll_os.py
@@ -144,7 +144,7 @@
     # XXX many of these includes are not portable at all
     includes += ['dirent.h', 'sys/stat.h',
                  'sys/times.h', 'utime.h', 'sys/types.h', 'unistd.h',
-                 'signal.h', 'sys/wait.h', 'fcntl.h', 'pty.h']
+                 'signal.h', 'sys/wait.h', 'fcntl.h']
 else:
     includes += ['sys/utime.h']
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to