mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
Making it work with new xepinfo.py changes.
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3840 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
6109316681
commit
66d40d846d
2
gen.py
2
gen.py
@ -245,7 +245,7 @@ def buildXEP( filename ):
|
|||||||
print "PDF(ERROR)"
|
print "PDF(ERROR)"
|
||||||
|
|
||||||
x = XEPTable(CONFIGPATH + "/extensions.xml")
|
x = XEPTable(CONFIGPATH + "/extensions.xml")
|
||||||
xinfo = XEPInfo(filename)
|
xinfo = XEPInfo(filename, False)
|
||||||
x.setXEP( xinfo )
|
x.setXEP( xinfo )
|
||||||
x.save()
|
x.save()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user