[Lxml-checkins] r45603 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Sat Aug 11 19:13:17 CEST 2007


Author: scoder
Date: Sat Aug 11 19:13:15 2007
New Revision: 45603

Modified:
   lxml/trunk/setupinfo.py
Log:
cleanup

Modified: lxml/trunk/setupinfo.py
==============================================================================
--- lxml/trunk/setupinfo.py	(original)
+++ lxml/trunk/setupinfo.py	Sat Aug 11 19:13:15 2007
@@ -22,7 +22,6 @@
     ("pyclasslookup", "lxml.pyclasslookup")
     ]
 
-
 def env_var(name):
     value = os.getenv(name, '')
     return value.split(os.pathsep)


More information about the lxml-checkins mailing list