mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -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
|
import tempfile
|
||||||
|
|
||||||
from xepinfo import XEPInfo
|
from xepinfo import XEPInfo
|
||||||
from xeputil import getLatestXEPContent
|
from xeputil import getLatestXEPFilename
|
||||||
|
|
||||||
from xml.dom.minidom import parse,parseString,Document,getDOMImplementation
|
from xml.dom.minidom import parse,parseString,Document,getDOMImplementation
|
||||||
|
|
||||||
@ -235,7 +235,7 @@ def buildPDF( file, nr ):
|
|||||||
|
|
||||||
def buildXEP( filename ):
|
def buildXEP( filename ):
|
||||||
nr = re.match("xep-(\d\d\d\d).xml", filename).group(1)
|
nr = re.match("xep-(\d\d\d\d).xml", filename).group(1)
|
||||||
xepfilepath = getLatestXEPContent("", nr);
|
xepfilepath = getLatestXEPFilename("", nr);
|
||||||
if not xepfilepath:
|
if not xepfilepath:
|
||||||
print "getLatestXEPContent (ERROR)"
|
print "getLatestXEPContent (ERROR)"
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user