Skip to content

Commit

Permalink
Python 3: Futurize Except
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Scheppler authored and jenkins committed Oct 3, 2019
1 parent ca2ae71 commit 706a93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# fall back if theme is not there
try:
__import__('flask_theme_support')
except ImportError, e:
except ImportError as e:
print '-' * 74
print 'Warning: Flask themes unavailable. Building with default theme'
print 'If you want the Flask themes, run this command and build again:'
Expand Down

0 comments on commit 706a93d

Please sign in to comment.