All pastes #2054709 Raw Edit

alert

public text v1 · immutable
#2054709 ·published 2011-05-06 23:18 UTC
rendered paste body
jsled@phoenix [~]$ alert foobar
/usr/lib64/python2.6/site-packages/xmpp/auth.py:24: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha,base64,random,dispatcher,re
/usr/lib64/python2.6/site-packages/xmpp/auth.py:26: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5