Fix setup.py and old_0004.py typo bugs.

This commit is contained in:
Lance Stout
2011-01-12 12:22:48 -05:00
parent c6ac40c476
commit 7d93d1824b
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ packages = [ 'sleekxmpp',
'sleekxmpp/thirdparty',
'sleekxmpp/plugins',
'sleekxmpp/plugins/xep_0030',
'sleekxmpp/plugins/xep_0030/stanza'
'sleekxmpp/plugins/xep_0030/stanza',
'sleekxmpp/plugins/xep_0059',
'sleekxmpp/plugins/xep_0092',
]