Author: Brian Kearns <[email protected]>
Branch: 
Changeset: r60648:63be88a51b60
Date: 2013-01-28 22:18 -0500
http://bitbucket.org/pypy/pypy/changeset/63be88a51b60/

Log:    pep8

diff --git a/pypy/module/crypt/test/test_crypt.py 
b/pypy/module/crypt/test/test_crypt.py
--- a/pypy/module/crypt/test/test_crypt.py
+++ b/pypy/module/crypt/test/test_crypt.py
@@ -1,4 +1,5 @@
-import os, py
+import os
+import py
 
 if os.name != 'posix':
     py.test.skip('crypt module only available on unix')
diff --git a/pypy/module/fcntl/test/test_fcntl.py 
b/pypy/module/fcntl/test/test_fcntl.py
--- a/pypy/module/fcntl/test/test_fcntl.py
+++ b/pypy/module/fcntl/test/test_fcntl.py
@@ -1,4 +1,5 @@
-import os, py
+import os
+import py
 from rpython.tool.udir import udir
 
 if os.name != 'posix':
diff --git a/pypy/module/pwd/test/test_pwd.py b/pypy/module/pwd/test/test_pwd.py
--- a/pypy/module/pwd/test/test_pwd.py
+++ b/pypy/module/pwd/test/test_pwd.py
@@ -1,4 +1,5 @@
-import os, py
+import os
+import py
 
 if os.name != 'posix':
     py.test.skip('pwd module only available on unix')
diff --git a/pypy/module/termios/test/test_termios.py 
b/pypy/module/termios/test/test_termios.py
--- a/pypy/module/termios/test/test_termios.py
+++ b/pypy/module/termios/test/test_termios.py
@@ -1,5 +1,6 @@
+import os
+import sys
 import py
-import sys, os
 from pypy.conftest import pypydir
 from rpython.tool.udir import udir
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to