Changeset 677 for confluence

Show
Ignore:
Timestamp:
11/03/09 13:29:43 (9 months ago)
Author:
confluence
Message:

also wrapped import of twyt

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • confluence/emailfilters/twitterbouncer.py

    r676 r677  
    1212import sys 
    1313import re 
    14 from twyt import twitter 
     14try: 
     15    from twyt import twitter 
     16except ImportError: 
     17    print "Dude, you need to install the python twyt module for this to work." 
     18    sys.exit(1) 
    1519 
    1620# maximum permitted following:followers ratios, in decreasing levels of rating severity