Commit 22a462c6 authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #825 from bradleyg/patch-1

Catch import error on AppEngine.
parents 5f1b2d88 447e4f9f
__import__('pkg_resources').declare_namespace(__name__) try:
__import__('pkg_resources').declare_namespace(__name__)
except ImportError:
pass
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment