Yeah, there are a few lines in the SDK that currently need to be commented out, unfortunately:
Index: google/appengine/tools/dev_appserver.py
===================================================================
--- google/appengine/tools/dev_appserver.py (revision 41)
+++ google/appengine/tools/dev_appserver.py (working copy)
@@ -877,10 +877,10 @@
normcase=normcase):
relative_filename = logical_filename[len(FakeFile._root_path):]
- if FakeFile._skip_files.match(relative_filename):
- logging.warning('Blocking access to skipped file "%s"',
- logical_filename)
- return False
+ #if FakeFile._skip_files.match(relative_filename):
+ # logging.warning('Blocking access to skipped file "%s"',
+ # logical_filename)
+ # return False
if FakeFile._static_file_config_matcher.IsStaticFile(relative_filename):
logging.warning('Blocking access to static file "%s"',