~isoschiz/jibberjabber/jibjab-logs

« back to all changes in this revision

Viewing changes to jibjab/boxcar.py

  • Committer: Martin Morrison
  • Date: 2010-07-10 22:09:56 UTC
  • Revision ID: martinm@ensoft.co.uk-20100710220956-sovi159blpxypgvz
Tidy up module imports; handle all Presence stanza types.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
# THE SOFTWARE.
22
22
#
23
23
 
24
 
import urllib2, urllib, time
 
24
import pyxmpp.jid
 
25
import pyxmpp.message
 
26
import urllib2, urllib, time, traceback
 
27
 
 
28
__all__ = [
 
29
  'initJibJab',
 
30
]
25
31
 
26
32
def initJibJab(component):
27
33
    BoxcarNotifier(component)