Skip to content

Commit

Permalink
Fix typo import
Browse files Browse the repository at this point in the history
  • Loading branch information
cco3 committed Nov 10, 2011
1 parent dc18955 commit b8936f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings_base.py
@@ -1,6 +1,6 @@
# Initialize App Engine SDK if necessary
try:
from google.appengine.api import api_proxy_stub_map
from google.appengine.api import apiproxy_stub_map
except ImportError:
from .boot import setup_env
setup_env()
Expand Down

0 comments on commit b8936f0

Please sign in to comment.