library-web r489 - in trunk: . src



Author: fpeters
Date: Thu Aug 28 11:41:41 2008
New Revision: 489
URL: http://svn.gnome.org/viewvc/library-web?rev=489&view=rev

Log:
* src/lgo.py: removed debugging statement



Modified:
   trunk/ChangeLog
   trunk/src/lgo.py

Modified: trunk/src/lgo.py
==============================================================================
--- trunk/src/lgo.py	(original)
+++ trunk/src/lgo.py	Thu Aug 28 11:41:41 2008
@@ -613,7 +613,6 @@
                             if not filename.endswith('.html'):
                                 open(dst, 'w').write(open(src, 'r').read())
                                 continue
-                            print src
                             doc = parser.parse(open(src))
                             doc.childNodes[-1].attributes['xmlns'] = 'http://www.w3.org/1999/xhtml'
                             temporary = tempfile.NamedTemporaryFile()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]