More verbose fast mode.

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@4094 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Tobias Markmann 2010-03-16 18:34:17 +00:00
parent b3043c6158
commit 87ebb5fd1e
1 changed files with 2 additions and 0 deletions

2
gen.py
View File

@ -252,6 +252,8 @@ def buildXEP( filename ):
print "PDF(OK)"
else:
print "PDF(ERROR)"
else:
print "Building " + filename + " (FAST MODE)"
x = XEPTable(CONFIGPATH + "/extensions.xml")
xinfo = XEPInfo(xepfilepath, False)