~x1101/heybuddy/pics

« back to all changes in this revision

Viewing changes to heybuddy.py

  • Committer: jezra
  • Date: 2012-08-12 19:28:03 UTC
  • Revision ID: jezra@jezra.net-20120812192803-xnin0l9vbwk097mj
Big thanks to @mvdan for the clean room rewrite of the certificate validation. I hope that shit works. ;)

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
global branch
67
67
app_name = 'heybuddy'
68
68
version = '0.2.4'
69
 
branch="testing: 331"
 
69
branch="testing: 332"
70
70
 
71
71
#make a fake enumeration
72
72
DENT,MENTION,DIRECT,CONTEXT,USER,GROUP,TAG,ACCOUNT,ABOUT = range(9)