[py-svn] r57550 - in py/trunk: . py/cmdline

hpk at codespeak.net hpk at codespeak.net
Thu Aug 21 15:12:31 CEST 2008


Author: hpk
Date: Thu Aug 21 15:12:31 2008
New Revision: 57550

Removed:
   py/trunk/setup.cfg
Modified:
   py/trunk/py/cmdline/pylookup.py
Log:
* fixing syntax error
* removing setup.cfg 



Modified: py/trunk/py/cmdline/pylookup.py
==============================================================================
--- py/trunk/py/cmdline/pylookup.py	(original)
+++ py/trunk/py/cmdline/pylookup.py	Thu Aug 21 15:12:31 2008
@@ -9,7 +9,7 @@
 
 import sys, os
 import py
-from py.__.io.terminalwriter
+from py.__.io.terminalwriter import ansi_print, terminal_width
 import re
 
 curdir = py.path.local()

Deleted: /py/trunk/setup.cfg
==============================================================================
--- /py/trunk/setup.cfg	Thu Aug 21 15:12:31 2008
+++ (empty file)
@@ -1,3 +0,0 @@
-[egg_info]
-tag_build = .dev
-tag_svn_revision = 1



More information about the pytest-commit mailing list