196,208d195
< try:
<         import settings
< except ImportError:
<         print "ERROR: Can't import settings.py, please create this file!"
<         sys.exit(1)
< class Shortener(object):
< 
<     sandbox = False
<     def run(self, item):
<         
<         api = Api(login=''+settings.URL_SHORTENER_LOGIN+'', apikey=''+settings.URL_SHORTENER_PASSWORD+'')
< 	short = api.shorten(item.link)
< 	return short
226c213
<     print "Errors: %s" % errors
---
>     print "Errors: %s" % errors
