Removing debugging code.

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3743 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Tobias Markmann 2009-12-19 20:39:40 +00:00
parent faed7f2668
commit 79d4efc0b2
1 changed files with 0 additions and 6 deletions

View File

@ -53,12 +53,6 @@ class XEPInfo:
revNode = (headerNode.getElementsByTagName("revision")[0])
version = getText((revNode.getElementsByTagName("version")[0]).childNodes)
self.date = getText((revNode.getElementsByTagName("date")[0]).childNodes)
self.authors = []
print len(headerNode.getElementsByTagName("author"))
print headerNode.getElementsByTagName("author")
for author in headerNode.getElementsByTagName("author"):
print getText((author.getElementsByTagName("firstname")[0]).childNodes),
print getText((author.getElementsByTagName("surname")[0]).childNodes)
def getNr(self):
return self.nr