Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeprecationError import error #6

Open
gmohre opened this issue Apr 29, 2014 · 0 comments
Open

DeprecationError import error #6

gmohre opened this issue Apr 29, 2014 · 0 comments
Assignees

Comments

@gmohre
Copy link
Contributor

gmohre commented Apr 29, 2014

Traceback:

66 warnings.warn('Use of the CLOUDY_DICT_STORAGE_SERVER_OPTIONS settings is unsafe in DEBUG mode. '
67 'Use CLOUDYDICT_STORAGE_SERVER_OPTIONS_SECRET instead',
---> 68 warnings.DeprecationWarning)
69 config = settings.CLOUDY_DICT_STORAGE_SERVER_OPTIONS
70 else:

AttributeError: 'module' object has no attribute 'DeprecationWarning'

@gmohre gmohre self-assigned this Apr 29, 2014
gmohre added a commit that referenced this issue Apr 29, 2014
Fixed issue #6, error on access to warnings.DepracationWarning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant