Skip to content

Commit

Permalink
Merge pull request #555 from vaz-ar/master
Browse files Browse the repository at this point in the history
Fix configuration with python 3
  • Loading branch information
Elad Alfassa committed Jun 17, 2014
2 parents 2699870 + 9fb0d31 commit 58c6ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions willie/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
if sys.version_info.major >= 3:
unicode = str
basestring = str
raw_input = input

class ConfigurationError(Exception):
""" Exception type for configuration errors """
Expand Down

0 comments on commit 58c6ddc

Please sign in to comment.