commit | e84c94409fcb88f8db2b99d86934ec078b6c798d | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Mon Mar 12 08:45:57 2012 -0400 |
committer | Joe Gregorio <jcgregorio@google.com> | Mon Mar 12 08:45:57 2012 -0400 |
tree | a01a131ba7f5c758b79677ddf56e5d2dce85d0f0 | |
parent | e78621a3c0fb8c23c979a9ead1e804d63633abe0 [diff] [blame] |
Fix bug in StorageByKeyName. Reviewed in http://codereview.appspot.com/5782058/.
diff --git a/runtests.py b/runtests.py index 8ec0f54..cf97afc 100644 --- a/runtests.py +++ b/runtests.py
@@ -7,6 +7,8 @@ import unittest from trace import fullmodname +logging.basicConfig(level=logging.CRITICAL) + APP_ENGINE_PATH='../google_appengine' # Conditional import of cleanup function