Author: Brian Kearns <[email protected]>
Branch: 
Changeset: r62653:d077b52ffc67
Date: 2013-03-22 06:14 -0400
http://bitbucket.org/pypy/pypy/changeset/d077b52ffc67/

Log:    missing import

diff --git a/pypy/config/test/test_makerestdoc.py 
b/pypy/config/test/test_makerestdoc.py
--- a/pypy/config/test/test_makerestdoc.py
+++ b/pypy/config/test/test_makerestdoc.py
@@ -1,6 +1,7 @@
+import py
+
 from rpython.config.config import *
 from pypy.config.makerestdoc import make_cmdline_overview
-
 from pypy.tool.rest.rest import process as restcheck
 
 tempdir = py.test.ensuretemp('config')
@@ -19,7 +20,7 @@
 def generate_html(descr):
     config = Config(descr)
     txt = descr.make_rest_doc().text()
-    
+
     result = {"": txt}
     for path in config.getpaths(include_groups=True):
         subconf, step = config._cfgimpl_get_home_by_path(path)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to