# HG changeset patch # User Jeff Hammel # Date 1604439090 28800 # Node ID d09682c9cd98ba088e69862935143ac32ede410d # Parent 8367a345ae41cf79c9a6c056aada6fdb186c6a13 skimpyGimpy aint python3 diff -r 8367a345ae41 -r d09682c9cd98 bitsyauth/__init__.py --- a/bitsyauth/__init__.py Tue Nov 03 13:28:37 2020 -0800 +++ b/bitsyauth/__init__.py Tue Nov 03 13:31:30 2020 -0800 @@ -23,7 +23,7 @@ try: from skimpyGimpy import skimpyAPI CAPTCHA = True -except ImportError: +except: CAPTCHA = False dictionary_file = '/usr/share/dict/american-english'