mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
Wrong function name.
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@4092 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
05862cfe9e
commit
b3043c6158
4
gen.py
4
gen.py
@ -41,7 +41,7 @@ import glob
|
||||
import tempfile
|
||||
|
||||
from xepinfo import XEPInfo
|
||||
from xeputil import getLatestXEPContent
|
||||
from xeputil import getLatestXEPFilename
|
||||
|
||||
from xml.dom.minidom import parse,parseString,Document,getDOMImplementation
|
||||
|
||||
@ -235,7 +235,7 @@ def buildPDF( file, nr ):
|
||||
|
||||
def buildXEP( filename ):
|
||||
nr = re.match("xep-(\d\d\d\d).xml", filename).group(1)
|
||||
xepfilepath = getLatestXEPContent("", nr);
|
||||
xepfilepath = getLatestXEPFilename("", nr);
|
||||
if not xepfilepath:
|
||||
print "getLatestXEPContent (ERROR)"
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user