[Lxml-checkins] r54714 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Tue May 13 23:52:58 CEST 2008


Author: scoder
Date: Tue May 13 23:52:57 2008
New Revision: 54714

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/setupinfo.py
Log:
 r4208 at delle:  sbehnel | 2008-05-13 21:59:37 +0200
 cleaned up old left over


Modified: lxml/trunk/setupinfo.py
==============================================================================
--- lxml/trunk/setupinfo.py	(original)
+++ lxml/trunk/setupinfo.py	Tue May 13 23:52:57 2008
@@ -27,7 +27,7 @@
         print("Building with Cython %s." % Cython.Compiler.Version.version)
     else:
         print ("NOTE: Trying to build without Cython, pre-generated "
-               "'%setree.c' needs to be available." % PACKAGE_PATH)
+               "'%slxml.etree.c' needs to be available." % PACKAGE_PATH)
         source_extension = ".c"
 
     if OPTION_WITHOUT_OBJECTIFY:


More information about the lxml-checkins mailing list