svn commit: r313774 - head/www/google-appengine

Nicola Vitale nivit at FreeBSD.org
Sat Mar 9 23:03:41 UTC 2013


Author: nivit
Date: Sat Mar  9 23:03:40 2013
New Revision: 313774
URL: http://svnweb.freebsd.org/changeset/ports/313774

Log:
  - Update to 1.7.5
  
  BuildLog:	http://goo.gl/NBcLH

Modified:
  head/www/google-appengine/Makefile
  head/www/google-appengine/distinfo
  head/www/google-appengine/pkg-plist

Modified: head/www/google-appengine/Makefile
==============================================================================
--- head/www/google-appengine/Makefile	Sat Mar  9 23:01:45 2013	(r313773)
+++ head/www/google-appengine/Makefile	Sat Mar  9 23:03:40 2013	(r313774)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-appengine
-PORTVERSION=	1.7.2
+PORTVERSION=	1.7.5
 PORTREVISION=	0
 CATEGORIES=	www devel python
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
@@ -37,20 +37,23 @@ FIND_FILES_BAK=	${WRKSRC} -type f -and \
 LN_OPTS=	-s
 
 XARGS_ARGS=	-0
-REINPLACE_ARGS=	-i.bak -e 's,/usr/bin/env python,&${PYTHON_VER},'
+REINPLACE_ARGS=	-e 's,/usr/bin/env python,&${PYTHON_VER},' -i.bak
 
 GAEDATADIR=	google lib new_project_template tools
-GAESCRIPTS=	api_server appcfg bulkload_client bulkloader \
-		dev_appserver download_appstats gen_protorpc \
-		google_sql remote_api_shell
+GAESCRIPTS=	_python_runtime.py api_server.py appcfg.py bulkload_client.py \
+		bulkloader.py dev_appserver.py devappserver2.py \
+		download_appstats.py endpointscfg.py gen_protorpc.py \
+		google_sql.py remote_api_shell.py
 
 post-patch:
 	@${FIND} ${FIND_FILES} | ${XARGS} ${XARGS_ARGS} ${REINPLACE_CMD}
 	@${FIND} ${FIND_FILES_BAK} -delete
 
 do-build:
-	${PYTHON_CMD} -m compileall ${WRKSRC} || true
-	${PYTHON_CMD} -OO -m compileall ${WRKSRC} || true
+.for D in ${GAEDATADIR}
+	${PYTHON_CMD} -m compileall ${WRKSRC}/${D} || true
+	${PYTHON_CMD} -OO -m compileall ${WRKSRC}/${D} || true
+.endfor
 
 do-install:
 	${MKDIR} ${DATADIR}
@@ -62,10 +65,8 @@ do-install:
 	cd ${WRKSRC} && ${COPYTREE_SHARE} demos ${EXAMPLESDIR}
 .endif
 .for S in ${GAESCRIPTS}
-.  for EXT in py pyc pyo
-	${INSTALL_SCRIPT} ${WRKSRC}/${S}.${EXT} ${DATADIR}
-	${LN} ${LN_OPTS} ${DATADIR}/${S}.${EXT} ${PREFIX}/bin/${S}.${EXT}
-.  endfor
+	${INSTALL_SCRIPT} ${WRKSRC}/${S} ${DATADIR}
+	${LN} ${LN_OPTS} ${DATADIR}/${S} ${PREFIX}/bin/${S}
 .endfor
 	${INSTALL_DATA} ${WRKSRC}/VERSION ${DATADIR}
 

Modified: head/www/google-appengine/distinfo
==============================================================================
--- head/www/google-appengine/distinfo	Sat Mar  9 23:01:45 2013	(r313773)
+++ head/www/google-appengine/distinfo	Sat Mar  9 23:03:40 2013	(r313774)
@@ -1,2 +1,2 @@
-SHA256 (google_appengine_1.7.2.zip) = df2ef713726bd62967499c1165cd13b539044b4bd027ffdce96ce14a62cd6649
-SIZE (google_appengine_1.7.2.zip) = 26697633
+SHA256 (google_appengine_1.7.5.zip) = 6367adc1004ecae6023c73ff21d48ad1ccd70b5c7f2ed280f8cf8696d5f8f9e6
+SIZE (google_appengine_1.7.5.zip) = 37569996

Modified: head/www/google-appengine/pkg-plist
==============================================================================
--- head/www/google-appengine/pkg-plist	Sat Mar  9 23:01:45 2013	(r313773)
+++ head/www/google-appengine/pkg-plist	Sat Mar  9 23:03:40 2013	(r313774)
@@ -1,57 +1,29 @@
 @comment $FreeBSD$
+bin/_python_runtime.py
 bin/api_server.py
-bin/api_server.pyc
-bin/api_server.pyo
 bin/appcfg.py
-bin/appcfg.pyc
-bin/appcfg.pyo
 bin/bulkload_client.py
-bin/bulkload_client.pyc
-bin/bulkload_client.pyo
 bin/bulkloader.py
-bin/bulkloader.pyc
-bin/bulkloader.pyo
 bin/dev_appserver.py
-bin/dev_appserver.pyc
-bin/dev_appserver.pyo
+bin/devappserver2.py
 bin/download_appstats.py
-bin/download_appstats.pyc
-bin/download_appstats.pyo
+bin/endpointscfg.py
 bin/gen_protorpc.py
-bin/gen_protorpc.pyc
-bin/gen_protorpc.pyo
 bin/google_sql.py
-bin/google_sql.pyc
-bin/google_sql.pyo
 bin/remote_api_shell.py
-bin/remote_api_shell.pyc
-bin/remote_api_shell.pyo
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/guestbook/app.yaml
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/guestbook/guestbook.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/guestbook/guestbook.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/guestbook/guestbook.pyo
 %%DATADIR%%/VERSION
+%%DATADIR%%/_python_runtime.py
 %%DATADIR%%/api_server.py
-%%DATADIR%%/api_server.pyc
-%%DATADIR%%/api_server.pyo
 %%DATADIR%%/appcfg.py
-%%DATADIR%%/appcfg.pyc
-%%DATADIR%%/appcfg.pyo
 %%DATADIR%%/bulkload_client.py
-%%DATADIR%%/bulkload_client.pyc
-%%DATADIR%%/bulkload_client.pyo
 %%DATADIR%%/bulkloader.py
-%%DATADIR%%/bulkloader.pyc
-%%DATADIR%%/bulkloader.pyo
 %%DATADIR%%/dev_appserver.py
-%%DATADIR%%/dev_appserver.pyc
-%%DATADIR%%/dev_appserver.pyo
+%%DATADIR%%/devappserver2.py
 %%DATADIR%%/download_appstats.py
-%%DATADIR%%/download_appstats.pyc
-%%DATADIR%%/download_appstats.pyo
+%%DATADIR%%/endpointscfg.py
 %%DATADIR%%/gen_protorpc.py
-%%DATADIR%%/gen_protorpc.pyc
-%%DATADIR%%/gen_protorpc.pyo
 %%DATADIR%%/google/__init__.py
 %%DATADIR%%/google/__init__.pyc
 %%DATADIR%%/google/__init__.pyo
@@ -671,6 +643,12 @@ bin/remote_api_shell.pyo
 %%DATADIR%%/google/appengine/api/backends/backends.py
 %%DATADIR%%/google/appengine/api/backends/backends.pyc
 %%DATADIR%%/google/appengine/api/backends/backends.pyo
+%%DATADIR%%/google/appengine/api/background_thread/__init__.py
+%%DATADIR%%/google/appengine/api/background_thread/__init__.pyc
+%%DATADIR%%/google/appengine/api/background_thread/__init__.pyo
+%%DATADIR%%/google/appengine/api/background_thread/background_thread.py
+%%DATADIR%%/google/appengine/api/background_thread/background_thread.pyc
+%%DATADIR%%/google/appengine/api/background_thread/background_thread.pyo
 %%DATADIR%%/google/appengine/api/blobstore/__init__.py
 %%DATADIR%%/google/appengine/api/blobstore/__init__.pyc
 %%DATADIR%%/google/appengine/api/blobstore/__init__.pyo
@@ -713,22 +691,6 @@ bin/remote_api_shell.pyo
 %%DATADIR%%/google/appengine/api/conf.py
 %%DATADIR%%/google/appengine/api/conf.pyc
 %%DATADIR%%/google/appengine/api/conf.pyo
-%%DATADIR%%/google/appengine/api/conversion/__init__.py
-%%DATADIR%%/google/appengine/api/conversion/__init__.pyc
-%%DATADIR%%/google/appengine/api/conversion/__init__.pyo
-%%DATADIR%%/google/appengine/api/conversion/conversion.py
-%%DATADIR%%/google/appengine/api/conversion/conversion.pyc
-%%DATADIR%%/google/appengine/api/conversion/conversion.pyo
-%%DATADIR%%/google/appengine/api/conversion/conversion_service_pb.py
-%%DATADIR%%/google/appengine/api/conversion/conversion_service_pb.pyc
-%%DATADIR%%/google/appengine/api/conversion/conversion_service_pb.pyo
-%%DATADIR%%/google/appengine/api/conversion/conversion_stub.py
-%%DATADIR%%/google/appengine/api/conversion/conversion_stub.pyc
-%%DATADIR%%/google/appengine/api/conversion/conversion_stub.pyo
-%%DATADIR%%/google/appengine/api/conversion/static/test.html
-%%DATADIR%%/google/appengine/api/conversion/static/test.pdf
-%%DATADIR%%/google/appengine/api/conversion/static/test.png
-%%DATADIR%%/google/appengine/api/conversion/static/test.txt
 %%DATADIR%%/google/appengine/api/croninfo.py
 %%DATADIR%%/google/appengine/api/croninfo.pyc
 %%DATADIR%%/google/appengine/api/croninfo.pyo
@@ -897,6 +859,27 @@ bin/remote_api_shell.pyo
 %%DATADIR%%/google/appengine/api/rdbms_mysqldb.py
 %%DATADIR%%/google/appengine/api/rdbms_mysqldb.pyc
 %%DATADIR%%/google/appengine/api/rdbms_mysqldb.pyo
+%%DATADIR%%/google/appengine/api/remote_socket/__init__.py
+%%DATADIR%%/google/appengine/api/remote_socket/__init__.pyc
+%%DATADIR%%/google/appengine/api/remote_socket/__init__.pyo
+%%DATADIR%%/google/appengine/api/remote_socket/_remote_socket.py
+%%DATADIR%%/google/appengine/api/remote_socket/_remote_socket.pyc
+%%DATADIR%%/google/appengine/api/remote_socket/_remote_socket.pyo
+%%DATADIR%%/google/appengine/api/remote_socket/_remote_socket_addr.py
+%%DATADIR%%/google/appengine/api/remote_socket/_remote_socket_addr.pyc
+%%DATADIR%%/google/appengine/api/remote_socket/_remote_socket_addr.pyo
+%%DATADIR%%/google/appengine/api/remote_socket/_remote_socket_error.py
+%%DATADIR%%/google/appengine/api/remote_socket/_remote_socket_error.pyc
+%%DATADIR%%/google/appengine/api/remote_socket/_remote_socket_error.pyo
+%%DATADIR%%/google/appengine/api/remote_socket/_remote_socket_stub.py
+%%DATADIR%%/google/appengine/api/remote_socket/_remote_socket_stub.pyc
+%%DATADIR%%/google/appengine/api/remote_socket/_remote_socket_stub.pyo
+%%DATADIR%%/google/appengine/api/remote_socket/remote_socket_service_pb.py
+%%DATADIR%%/google/appengine/api/remote_socket/remote_socket_service_pb.pyc
+%%DATADIR%%/google/appengine/api/remote_socket/remote_socket_service_pb.pyo
+%%DATADIR%%/google/appengine/api/request_info.py
+%%DATADIR%%/google/appengine/api/request_info.pyc
+%%DATADIR%%/google/appengine/api/request_info.pyo
 %%DATADIR%%/google/appengine/api/runtime/__init__.py
 %%DATADIR%%/google/appengine/api/runtime/__init__.pyc
 %%DATADIR%%/google/appengine/api/runtime/__init__.pyo
@@ -951,6 +934,18 @@ bin/remote_api_shell.pyo
 %%DATADIR%%/google/appengine/api/search/stub/tokens.py
 %%DATADIR%%/google/appengine/api/search/stub/tokens.pyc
 %%DATADIR%%/google/appengine/api/search/stub/tokens.pyo
+%%DATADIR%%/google/appengine/api/servers/__init__.py
+%%DATADIR%%/google/appengine/api/servers/__init__.pyc
+%%DATADIR%%/google/appengine/api/servers/__init__.pyo
+%%DATADIR%%/google/appengine/api/servers/servers.py
+%%DATADIR%%/google/appengine/api/servers/servers.pyc
+%%DATADIR%%/google/appengine/api/servers/servers.pyo
+%%DATADIR%%/google/appengine/api/servers/servers_service_pb.py
+%%DATADIR%%/google/appengine/api/servers/servers_service_pb.pyc
+%%DATADIR%%/google/appengine/api/servers/servers_service_pb.pyo
+%%DATADIR%%/google/appengine/api/servers/servers_stub.py
+%%DATADIR%%/google/appengine/api/servers/servers_stub.pyc
+%%DATADIR%%/google/appengine/api/servers/servers_stub.pyo
 %%DATADIR%%/google/appengine/api/system/__init__.py
 %%DATADIR%%/google/appengine/api/system/__init__.pyc
 %%DATADIR%%/google/appengine/api/system/__init__.pyo
@@ -1023,6 +1018,9 @@ bin/remote_api_shell.pyo
 %%DATADIR%%/google/appengine/base/capabilities_pb.py
 %%DATADIR%%/google/appengine/base/capabilities_pb.pyc
 %%DATADIR%%/google/appengine/base/capabilities_pb.pyo
+%%DATADIR%%/google/appengine/base/memcache_sharding_strategy_pb.py
+%%DATADIR%%/google/appengine/base/memcache_sharding_strategy_pb.pyc
+%%DATADIR%%/google/appengine/base/memcache_sharding_strategy_pb.pyo
 %%DATADIR%%/google/appengine/cron/GrocLexer.py
 %%DATADIR%%/google/appengine/cron/GrocLexer.pyc
 %%DATADIR%%/google/appengine/cron/GrocLexer.pyo
@@ -1062,6 +1060,9 @@ bin/remote_api_shell.pyo
 %%DATADIR%%/google/appengine/datastore/datastore_sqlite_stub.py
 %%DATADIR%%/google/appengine/datastore/datastore_sqlite_stub.pyc
 %%DATADIR%%/google/appengine/datastore/datastore_sqlite_stub.pyo
+%%DATADIR%%/google/appengine/datastore/datastore_stats_generator.py
+%%DATADIR%%/google/appengine/datastore/datastore_stats_generator.pyc
+%%DATADIR%%/google/appengine/datastore/datastore_stats_generator.pyo
 %%DATADIR%%/google/appengine/datastore/datastore_stub_index.py
 %%DATADIR%%/google/appengine/datastore/datastore_stub_index.pyc
 %%DATADIR%%/google/appengine/datastore/datastore_stub_index.pyo
@@ -1101,9 +1102,18 @@ bin/remote_api_shell.pyo
 %%DATADIR%%/google/appengine/dist/py_imp.py
 %%DATADIR%%/google/appengine/dist/py_imp.pyc
 %%DATADIR%%/google/appengine/dist/py_imp.pyo
+%%DATADIR%%/google/appengine/dist/py_select.py
+%%DATADIR%%/google/appengine/dist/py_select.pyc
+%%DATADIR%%/google/appengine/dist/py_select.pyo
 %%DATADIR%%/google/appengine/dist/py_zipimport.py
 %%DATADIR%%/google/appengine/dist/py_zipimport.pyc
 %%DATADIR%%/google/appengine/dist/py_zipimport.pyo
+%%DATADIR%%/google/appengine/dist/select.py
+%%DATADIR%%/google/appengine/dist/select.pyc
+%%DATADIR%%/google/appengine/dist/select.pyo
+%%DATADIR%%/google/appengine/dist/socket.py
+%%DATADIR%%/google/appengine/dist/socket.pyc
+%%DATADIR%%/google/appengine/dist/socket.pyo
 %%DATADIR%%/google/appengine/dist/subprocess.py
 %%DATADIR%%/google/appengine/dist/subprocess.pyc
 %%DATADIR%%/google/appengine/dist/subprocess.pyo
@@ -1116,6 +1126,9 @@ bin/remote_api_shell.pyo
 %%DATADIR%%/google/appengine/dist27/httplib.py
 %%DATADIR%%/google/appengine/dist27/httplib.pyc
 %%DATADIR%%/google/appengine/dist27/httplib.pyo
+%%DATADIR%%/google/appengine/dist27/socket.py
+%%DATADIR%%/google/appengine/dist27/socket.pyc
+%%DATADIR%%/google/appengine/dist27/socket.pyo
 %%DATADIR%%/google/appengine/dist27/threading.py
 %%DATADIR%%/google/appengine/dist27/threading.pyc
 %%DATADIR%%/google/appengine/dist27/threading.pyo
@@ -1128,9 +1141,6 @@ bin/remote_api_shell.pyo
 %%DATADIR%%/google/appengine/ext/admin/__init__.py
 %%DATADIR%%/google/appengine/ext/admin/__init__.pyc
 %%DATADIR%%/google/appengine/ext/admin/__init__.pyo
-%%DATADIR%%/google/appengine/ext/admin/datastore_stats_generator.py
-%%DATADIR%%/google/appengine/ext/admin/datastore_stats_generator.pyc
-%%DATADIR%%/google/appengine/ext/admin/datastore_stats_generator.pyo
 %%DATADIR%%/google/appengine/ext/admin/templates/backend.html
 %%DATADIR%%/google/appengine/ext/admin/templates/backends.html
 %%DATADIR%%/google/appengine/ext/admin/templates/base.html
@@ -1386,6 +1396,30 @@ bin/remote_api_shell.pyo
 %%DATADIR%%/google/appengine/ext/django/management/commands/getoauthtoken.py
 %%DATADIR%%/google/appengine/ext/django/management/commands/getoauthtoken.pyc
 %%DATADIR%%/google/appengine/ext/django/management/commands/getoauthtoken.pyo
+%%DATADIR%%/google/appengine/ext/endpoints/__init__.py
+%%DATADIR%%/google/appengine/ext/endpoints/__init__.pyc
+%%DATADIR%%/google/appengine/ext/endpoints/__init__.pyo
+%%DATADIR%%/google/appengine/ext/endpoints/api_backend.py
+%%DATADIR%%/google/appengine/ext/endpoints/api_backend.pyc
+%%DATADIR%%/google/appengine/ext/endpoints/api_backend.pyo
+%%DATADIR%%/google/appengine/ext/endpoints/api_backend_service.py
+%%DATADIR%%/google/appengine/ext/endpoints/api_backend_service.pyc
+%%DATADIR%%/google/appengine/ext/endpoints/api_backend_service.pyo
+%%DATADIR%%/google/appengine/ext/endpoints/api_config.py
+%%DATADIR%%/google/appengine/ext/endpoints/api_config.pyc
+%%DATADIR%%/google/appengine/ext/endpoints/api_config.pyo
+%%DATADIR%%/google/appengine/ext/endpoints/api_exceptions.py
+%%DATADIR%%/google/appengine/ext/endpoints/api_exceptions.pyc
+%%DATADIR%%/google/appengine/ext/endpoints/api_exceptions.pyo
+%%DATADIR%%/google/appengine/ext/endpoints/apiserving.py
+%%DATADIR%%/google/appengine/ext/endpoints/apiserving.pyc
+%%DATADIR%%/google/appengine/ext/endpoints/apiserving.pyo
+%%DATADIR%%/google/appengine/ext/endpoints/message_parser.py
+%%DATADIR%%/google/appengine/ext/endpoints/message_parser.pyc
+%%DATADIR%%/google/appengine/ext/endpoints/message_parser.pyo
+%%DATADIR%%/google/appengine/ext/endpoints/users_id_token.py
+%%DATADIR%%/google/appengine/ext/endpoints/users_id_token.pyc
+%%DATADIR%%/google/appengine/ext/endpoints/users_id_token.pyo
 %%DATADIR%%/google/appengine/ext/ereporter/__init__.py
 %%DATADIR%%/google/appengine/ext/ereporter/__init__.pyc
 %%DATADIR%%/google/appengine/ext/ereporter/__init__.pyo
@@ -1420,6 +1454,15 @@ bin/remote_api_shell.pyo
 %%DATADIR%%/google/appengine/ext/mapreduce/errors.py
 %%DATADIR%%/google/appengine/ext/mapreduce/errors.pyc
 %%DATADIR%%/google/appengine/ext/mapreduce/errors.pyo
+%%DATADIR%%/google/appengine/ext/mapreduce/file_format_parser.py
+%%DATADIR%%/google/appengine/ext/mapreduce/file_format_parser.pyc
+%%DATADIR%%/google/appengine/ext/mapreduce/file_format_parser.pyo
+%%DATADIR%%/google/appengine/ext/mapreduce/file_format_root.py
+%%DATADIR%%/google/appengine/ext/mapreduce/file_format_root.pyc
+%%DATADIR%%/google/appengine/ext/mapreduce/file_format_root.pyo
+%%DATADIR%%/google/appengine/ext/mapreduce/file_formats.py
+%%DATADIR%%/google/appengine/ext/mapreduce/file_formats.pyc
+%%DATADIR%%/google/appengine/ext/mapreduce/file_formats.pyo
 %%DATADIR%%/google/appengine/ext/mapreduce/handlers.py
 %%DATADIR%%/google/appengine/ext/mapreduce/handlers.pyc
 %%DATADIR%%/google/appengine/ext/mapreduce/handlers.pyo
@@ -1594,6 +1637,9 @@ bin/remote_api_shell.pyo
 %%DATADIR%%/google/appengine/runtime/apiproxy_errors.py
 %%DATADIR%%/google/appengine/runtime/apiproxy_errors.pyc
 %%DATADIR%%/google/appengine/runtime/apiproxy_errors.pyo
+%%DATADIR%%/google/appengine/runtime/background.py
+%%DATADIR%%/google/appengine/runtime/background.pyc
+%%DATADIR%%/google/appengine/runtime/background.pyo
 %%DATADIR%%/google/appengine/runtime/cgi.py
 %%DATADIR%%/google/appengine/runtime/cgi.pyc
 %%DATADIR%%/google/appengine/runtime/cgi.pyo
@@ -1603,6 +1649,9 @@ bin/remote_api_shell.pyo
 %%DATADIR%%/google/appengine/runtime/runtime.py
 %%DATADIR%%/google/appengine/runtime/runtime.pyc
 %%DATADIR%%/google/appengine/runtime/runtime.pyo
+%%DATADIR%%/google/appengine/runtime/shutdown.py
+%%DATADIR%%/google/appengine/runtime/shutdown.pyc
+%%DATADIR%%/google/appengine/runtime/shutdown.pyo
 %%DATADIR%%/google/appengine/runtime/wsgi.py
 %%DATADIR%%/google/appengine/runtime/wsgi.pyc
 %%DATADIR%%/google/appengine/runtime/wsgi.pyo
@@ -1670,9 +1719,311 @@ bin/remote_api_shell.pyo
 %%DATADIR%%/google/appengine/tools/dev_appserver_upload.py
 %%DATADIR%%/google/appengine/tools/dev_appserver_upload.pyc
 %%DATADIR%%/google/appengine/tools/dev_appserver_upload.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/__init__.py
+%%DATADIR%%/google/appengine/tools/devappserver2/__init__.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/__init__.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/__init__.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/__init__.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/__init__.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/admin_request_handler.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/admin_request_handler.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/admin_request_handler.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/admin_request_handler_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/admin_request_handler_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/admin_request_handler_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/admin_server.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/admin_server.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/admin_server.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/assets/check_no_box.png
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/assets/common.css
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/assets/google_logo_41.png
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/assets/jquery-1.8.2.min.js
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/console.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/console.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/console.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/console_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/console_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/console_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/cron_handler.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/cron_handler.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/cron_handler.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/cron_handler_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/cron_handler_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/cron_handler_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/datastore_indexes_viewer.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/datastore_indexes_viewer.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/datastore_indexes_viewer.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/datastore_stats_handler.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/datastore_stats_handler.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/datastore_stats_handler.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/datastore_viewer.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/datastore_viewer.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/datastore_viewer.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/datastore_viewer_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/datastore_viewer_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/datastore_viewer_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/mail_request_handler.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/mail_request_handler.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/mail_request_handler.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/mail_request_handler_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/mail_request_handler_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/mail_request_handler_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/memcache_viewer.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/memcache_viewer.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/memcache_viewer.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/search_handler.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/search_handler.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/search_handler.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/servers_handler.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/servers_handler.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/servers_handler.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/static_file_handler.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/static_file_handler.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/static_file_handler.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/taskqueue_queues_handler.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/taskqueue_queues_handler.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/taskqueue_queues_handler.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/taskqueue_queues_handler_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/taskqueue_queues_handler_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/taskqueue_queues_handler_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/taskqueue_tasks_handler.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/taskqueue_tasks_handler.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/taskqueue_tasks_handler.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/taskqueue_utils.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/taskqueue_utils.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/taskqueue_utils.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/taskqueue_utils_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/taskqueue_utils_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/taskqueue_utils_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/console.css
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/console.html
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/console.js
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/cron.css
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/cron.html
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/datastore_edit.html
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/datastore_edit.js
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/datastore_indexes_viewer.css
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/datastore_indexes_viewer.html
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/datastore_stats.css
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/datastore_stats.html
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/datastore_viewer.html
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/datastore_viewer.js
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/mail.css
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/mail.html
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/memcache_viewer.css
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/memcache_viewer.html
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/search.css
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/search.html
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/search_document.html
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/search_index.html
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/search_index.js
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/servers.html
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/skeleton.html
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/taskqueue_queues.html
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/taskqueue_tasks.html
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/xmpp.css
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/templates/xmpp.html
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/xmpp_request_handler.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/xmpp_request_handler.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/xmpp_request_handler.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/xmpp_request_handler_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/xmpp_request_handler_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/admin/xmpp_request_handler_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/api_server.py
+%%DATADIR%%/google/appengine/tools/devappserver2/api_server.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/api_server.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/api_server_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/api_server_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/api_server_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/application_configuration.py
+%%DATADIR%%/google/appengine/tools/devappserver2/application_configuration.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/application_configuration.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/application_configuration_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/application_configuration_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/application_configuration_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/blob_download.py
+%%DATADIR%%/google/appengine/tools/devappserver2/blob_download.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/blob_download.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/blob_download_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/blob_download_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/blob_download_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/blob_image.py
+%%DATADIR%%/google/appengine/tools/devappserver2/blob_image.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/blob_image.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/blob_image_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/blob_image_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/blob_image_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/blob_upload.py
+%%DATADIR%%/google/appengine/tools/devappserver2/blob_upload.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/blob_upload.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/blob_upload_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/blob_upload_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/blob_upload_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/channel.py
+%%DATADIR%%/google/appengine/tools/devappserver2/channel.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/channel.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/channel_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/channel_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/channel_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/constants.py
+%%DATADIR%%/google/appengine/tools/devappserver2/constants.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/constants.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/devappserver2.py
+%%DATADIR%%/google/appengine/tools/devappserver2/devappserver2.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/devappserver2.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/devappserver2_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/devappserver2_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/devappserver2_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/dispatcher.py
+%%DATADIR%%/google/appengine/tools/devappserver2/dispatcher.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/dispatcher.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/dispatcher_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/dispatcher_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/dispatcher_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/errors.py
+%%DATADIR%%/google/appengine/tools/devappserver2/errors.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/errors.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/file_watcher.py
+%%DATADIR%%/google/appengine/tools/devappserver2/file_watcher.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/file_watcher.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/fsevents_file_watcher.py
+%%DATADIR%%/google/appengine/tools/devappserver2/fsevents_file_watcher.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/fsevents_file_watcher.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/fsevents_file_watcher_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/fsevents_file_watcher_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/fsevents_file_watcher_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/http_runtime.py
+%%DATADIR%%/google/appengine/tools/devappserver2/http_runtime.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/http_runtime.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/http_runtime_constants.py
+%%DATADIR%%/google/appengine/tools/devappserver2/http_runtime_constants.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/http_runtime_constants.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/http_runtime_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/http_runtime_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/http_runtime_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/inotify_file_watcher.py
+%%DATADIR%%/google/appengine/tools/devappserver2/inotify_file_watcher.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/inotify_file_watcher.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/inotify_file_watcher_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/inotify_file_watcher_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/inotify_file_watcher_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/instance.py
+%%DATADIR%%/google/appengine/tools/devappserver2/instance.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/instance.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/instance_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/instance_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/instance_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/login.py
+%%DATADIR%%/google/appengine/tools/devappserver2/login.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/login.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/login_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/login_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/login_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/python/__init__.py
+%%DATADIR%%/google/appengine/tools/devappserver2/python/__init__.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/python/__init__.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/python/request_state.py
+%%DATADIR%%/google/appengine/tools/devappserver2/python/request_state.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/python/request_state.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/python/request_state_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/python/request_state_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/python/request_state_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/python/runtime.py
+%%DATADIR%%/google/appengine/tools/devappserver2/python/runtime.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/python/runtime.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/python/runtime_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/python/runtime_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/python/runtime_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/python/sandbox.py
+%%DATADIR%%/google/appengine/tools/devappserver2/python/sandbox.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/python/sandbox.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/python/sandbox_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/python/sandbox_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/python/sandbox_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/python/stubs.py
+%%DATADIR%%/google/appengine/tools/devappserver2/python/stubs.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/python/stubs.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/python/stubs_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/python/stubs_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/python/stubs_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/python_runtime.py
+%%DATADIR%%/google/appengine/tools/devappserver2/python_runtime.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/python_runtime.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/request_rewriter.py
+%%DATADIR%%/google/appengine/tools/devappserver2/request_rewriter.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/request_rewriter.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/request_rewriter_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/request_rewriter_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/request_rewriter_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/runtime_config_pb2.py
+%%DATADIR%%/google/appengine/tools/devappserver2/runtime_config_pb2.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/runtime_config_pb2.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/scheduled_executor.py
+%%DATADIR%%/google/appengine/tools/devappserver2/scheduled_executor.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/scheduled_executor.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/scheduled_executor_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/scheduled_executor_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/scheduled_executor_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/server.py
+%%DATADIR%%/google/appengine/tools/devappserver2/server.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/server.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/server_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/server_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/server_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/start_response_utils.py
+%%DATADIR%%/google/appengine/tools/devappserver2/start_response_utils.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/start_response_utils.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/start_response_utils_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/start_response_utils_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/start_response_utils_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/static_files_handler.py
+%%DATADIR%%/google/appengine/tools/devappserver2/static_files_handler.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/static_files_handler.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/static_files_handler_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/static_files_handler_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/static_files_handler_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/update_checker.py
+%%DATADIR%%/google/appengine/tools/devappserver2/update_checker.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/update_checker.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/update_checker_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/update_checker_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/update_checker_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/url_handler.py
+%%DATADIR%%/google/appengine/tools/devappserver2/url_handler.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/url_handler.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/url_handler_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/url_handler_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/url_handler_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/win32_file_watcher.py
+%%DATADIR%%/google/appengine/tools/devappserver2/win32_file_watcher.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/win32_file_watcher.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/win32_file_watcher_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/win32_file_watcher_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/win32_file_watcher_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/wsgi_handler.py
+%%DATADIR%%/google/appengine/tools/devappserver2/wsgi_handler.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/wsgi_handler.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/wsgi_request_info.py
+%%DATADIR%%/google/appengine/tools/devappserver2/wsgi_request_info.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/wsgi_request_info.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/wsgi_request_info_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/wsgi_request_info_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/wsgi_request_info_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/wsgi_server.py
+%%DATADIR%%/google/appengine/tools/devappserver2/wsgi_server.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/wsgi_server.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/wsgi_server_test.py
+%%DATADIR%%/google/appengine/tools/devappserver2/wsgi_server_test.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/wsgi_server_test.pyo
+%%DATADIR%%/google/appengine/tools/devappserver2/wsgi_test_utils.py
+%%DATADIR%%/google/appengine/tools/devappserver2/wsgi_test_utils.pyc
+%%DATADIR%%/google/appengine/tools/devappserver2/wsgi_test_utils.pyo
 %%DATADIR%%/google/appengine/tools/download_appstats.py
 %%DATADIR%%/google/appengine/tools/download_appstats.pyc
 %%DATADIR%%/google/appengine/tools/download_appstats.pyo
+%%DATADIR%%/google/appengine/tools/endpointscfg.py
+%%DATADIR%%/google/appengine/tools/endpointscfg.pyc
+%%DATADIR%%/google/appengine/tools/endpointscfg.pyo
 %%DATADIR%%/google/appengine/tools/gen_protorpc.py
 %%DATADIR%%/google/appengine/tools/gen_protorpc.pyc
 %%DATADIR%%/google/appengine/tools/gen_protorpc.pyo
@@ -1851,945 +2202,264 @@ bin/remote_api_shell.pyo
 %%DATADIR%%/google/storage/speckle/python/tool/google_sql.pyc
 %%DATADIR%%/google/storage/speckle/python/tool/google_sql.pyo
 %%DATADIR%%/google_sql.py
-%%DATADIR%%/google_sql.pyc
-%%DATADIR%%/google_sql.pyo
-%%DATADIR%%/lib/PyAMF/CHANGES.txt
-%%DATADIR%%/lib/PyAMF/LICENSE
-%%DATADIR%%/lib/PyAMF/MANIFEST.in
-%%DATADIR%%/lib/PyAMF/PKG-INFO
-%%DATADIR%%/lib/PyAMF/PyAMF.egg-info/PKG-INFO
-%%DATADIR%%/lib/PyAMF/PyAMF.egg-info/SOURCES.txt
-%%DATADIR%%/lib/PyAMF/PyAMF.egg-info/dependency_links.txt
-%%DATADIR%%/lib/PyAMF/PyAMF.egg-info/not-zip-safe
-%%DATADIR%%/lib/PyAMF/PyAMF.egg-info/requires.txt
-%%DATADIR%%/lib/PyAMF/PyAMF.egg-info/top_level.txt
-%%DATADIR%%/lib/PyAMF/README.txt
-%%DATADIR%%/lib/PyAMF/cpyamf/__init__.py
-%%DATADIR%%/lib/PyAMF/cpyamf/__init__.pyc
-%%DATADIR%%/lib/PyAMF/cpyamf/__init__.pyo
-%%DATADIR%%/lib/PyAMF/cpyamf/amf0.c
-%%DATADIR%%/lib/PyAMF/cpyamf/amf0.pyx
-%%DATADIR%%/lib/PyAMF/cpyamf/amf3.c
-%%DATADIR%%/lib/PyAMF/cpyamf/amf3.pxd
-%%DATADIR%%/lib/PyAMF/cpyamf/amf3.pyx
-%%DATADIR%%/lib/PyAMF/cpyamf/codec.c
-%%DATADIR%%/lib/PyAMF/cpyamf/codec.pxd
-%%DATADIR%%/lib/PyAMF/cpyamf/codec.pyx
-%%DATADIR%%/lib/PyAMF/cpyamf/util.c
-%%DATADIR%%/lib/PyAMF/cpyamf/util.pxd
-%%DATADIR%%/lib/PyAMF/cpyamf/util.pyx
-%%DATADIR%%/lib/PyAMF/distribute_setup.py
-%%DATADIR%%/lib/PyAMF/distribute_setup.pyc
-%%DATADIR%%/lib/PyAMF/distribute_setup.pyo
-%%DATADIR%%/lib/PyAMF/doc/Makefile
-%%DATADIR%%/lib/PyAMF/doc/about.rst
-%%DATADIR%%/lib/PyAMF/doc/architecture/adapters.rst
-%%DATADIR%%/lib/PyAMF/doc/architecture/attributecontrol.rst
-%%DATADIR%%/lib/PyAMF/doc/architecture/classmapping.rst
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/adapters/myadapter.py
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/adapters/myadapter.pyc
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/adapters/myadapter.pyo
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/adapters/mymodule.py
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/adapters/mymodule.pyc
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/adapters/mymodule.pyo
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/iexternalizable.py
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/iexternalizable.pyc
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/iexternalizable.pyo
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/models1.py
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/models1.pyc
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/models1.pyo
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/models2.py
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/models2.pyc
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/models2.pyo
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/models3.py
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/models3.pyc
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/models3.pyo
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/proxied-attr.py
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/proxied-attr.pyc
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/proxied-attr.pyo
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/server.py
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/server.pyc
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/server.pyo
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/static-attr.py
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/static-attr.pyc
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/static-attr.pyo
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/synonym.py
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/synonym.pyc
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/synonym.pyo
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/whitelist.py
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/whitelist.pyc
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/attribute-control/whitelist.pyo
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/class-mapping/alias-decorator.py
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/class-mapping/alias-decorator.pyc
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/class-mapping/alias-decorator.pyo
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/class-mapping/example-classes.as
-%%DATADIR%%/lib/PyAMF/doc/architecture/examples/class-mapping/example-classes.py
-%%DATADIR%%/lib/PyAMF/doc/architecture/future.rst
-%%DATADIR%%/lib/PyAMF/doc/architecture/index.rst
-%%DATADIR%%/lib/PyAMF/doc/architecture/overview.rst
-%%DATADIR%%/lib/PyAMF/doc/architecture/typemap.rst
-%%DATADIR%%/lib/PyAMF/doc/bugs.rst
-%%DATADIR%%/lib/PyAMF/doc/community/download.rst
-%%DATADIR%%/lib/PyAMF/doc/community/index.rst
-%%DATADIR%%/lib/PyAMF/doc/community/irc.rst
-%%DATADIR%%/lib/PyAMF/doc/community/mailinglist.rst
-%%DATADIR%%/lib/PyAMF/doc/community/maintainers.rst
-%%DATADIR%%/lib/PyAMF/doc/community/team.rst
-%%DATADIR%%/lib/PyAMF/doc/community/thanks.rst
-%%DATADIR%%/lib/PyAMF/doc/conf.py
-%%DATADIR%%/lib/PyAMF/doc/conf.pyc
-%%DATADIR%%/lib/PyAMF/doc/conf.pyo
-%%DATADIR%%/lib/PyAMF/doc/contents.rst
-%%DATADIR%%/lib/PyAMF/doc/html/defindex.html
-%%DATADIR%%/lib/PyAMF/doc/html/layout.html
-%%DATADIR%%/lib/PyAMF/doc/html/static/logo.png
-%%DATADIR%%/lib/PyAMF/doc/html/static/pyamf.ico
-%%DATADIR%%/lib/PyAMF/doc/html/tutorials.html
-%%DATADIR%%/lib/PyAMF/doc/install.rst
-%%DATADIR%%/lib/PyAMF/doc/license.rst
-%%DATADIR%%/lib/PyAMF/doc/make.bat
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/addressbook.rst
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/bytearray.rst
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/geoip.rst
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/guestbook.rst
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/images/addressbook_example.png
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/images/binarysocket.jpg
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/images/bytearrayexample.jpg
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/images/geoip-example.jpg
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/images/guestbook-example.jpg
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/images/ohloh-api-example.png
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/images/ohloh_logo.png
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/images/recordset.jpg
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/images/shellexample.png
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/images/udp-options.png
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/images/udp-overview.png
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/images/udp-resize.png
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/index.rst
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/ohloh.rst
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/recordset.rst
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/shell.rst
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/simple.rst
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/socket.rst
-%%DATADIR%%/lib/PyAMF/doc/tutorials/actionscript/udp.rst
-%%DATADIR%%/lib/PyAMF/doc/tutorials/apache/images/mod_python-logo.gif
-%%DATADIR%%/lib/PyAMF/doc/tutorials/apache/index.rst
-%%DATADIR%%/lib/PyAMF/doc/tutorials/apache/mod_python.rst
-%%DATADIR%%/lib/PyAMF/doc/tutorials/apache/mod_wsgi.rst
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/Readme.txt
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/flex/.actionScriptProperties
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/flex/.flexProperties
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/flex/.project
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/flex/build.xml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/flex/deploy/assets/swfobject.js
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/flex/deploy/index.html
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/flex/src/org/pyamf/examples/addressbook/AddressBook.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/flex/src/org/pyamf/examples/addressbook/components/EditEmailDlg.mxml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/flex/src/org/pyamf/examples/addressbook/components/EditEmailDlgClass.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/flex/src/org/pyamf/examples/addressbook/components/EditPhoneDlg.mxml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/flex/src/org/pyamf/examples/addressbook/components/EditPhoneDlgClass.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/flex/src/org/pyamf/examples/addressbook/components/EditUserDlg.mxml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/flex/src/org/pyamf/examples/addressbook/components/EditUserDlgClass.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/flex/src/org/pyamf/examples/addressbook/models/Email.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/flex/src/org/pyamf/examples/addressbook/models/PhoneNumber.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/flex/src/org/pyamf/examples/addressbook/models/SAObject.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/flex/src/org/pyamf/examples/addressbook/models/User.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/flex/src/sa_example.mxml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/python/client.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/python/client.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/python/client.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/python/controller.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/python/controller.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/python/controller.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/python/crossdomain.xml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/python/models.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/python/models.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/python/models.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/python/persistent.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/python/persistent.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/python/persistent.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/python/server.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/python/server.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/python/server.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/addressbook/python/server.wsgi
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/flex/.actionScriptProperties
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/flex/.flexProperties
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/flex/.project
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/flex/build.xml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/flex/deploy/assets/swfobject.js
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/flex/deploy/index.html
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/flex/src/bytearray.mxml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/flex/src/org/pyamf/examples/bytearray/ByteArrayExample.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/flex/src/org/pyamf/examples/bytearray/Snapshot.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/__init__.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/__init__.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/__init__.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/client.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/client.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/client.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/crossdomain.xml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/gateway/__init__.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/gateway/__init__.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/gateway/__init__.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/gateway/gateway.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/gateway/gateway.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/gateway/gateway.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/gateway/images/django-logo.jpg
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/gateway/models.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/gateway/models.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/gateway/models.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/gateway/views.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/gateway/views.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/gateway/views.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/manage.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/manage.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/manage.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/server.wsgi
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/settings.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/settings.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/settings.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/urls.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/urls.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/python/urls.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/bytearray/readme.txt
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/geoip/flex/.actionScriptProperties
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/geoip/flex/.flexProperties
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/geoip/flex/.project
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/geoip/flex/build.xml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/geoip/flex/deploy/assets/swfobject.js
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/geoip/flex/deploy/index.html
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/geoip/flex/src/geoip.mxml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/geoip/flex/src/org/pyamf/examples/geoip/GeoipExample.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/geoip/flex/src/org/pyamf/examples/geoip/vo/GeoInfo.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/geoip/python/client.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/geoip/python/client.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/geoip/python/client.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/geoip/python/server.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/geoip/python/server.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/geoip/python/server.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/geoip/python/server.wsgi
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/geoip/readme.txt
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/.actionScriptProperties
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/.flexProperties
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/db/schema.sql
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/flex/build.xml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/flex/deploy/assets/swfobject.js
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/flex/deploy/index.html
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/flex/src/assets/main.css
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/flex/src/guestbook.mxml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/flex/src/org/pyamf/examples/guestbook/GuestbookExample.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/flex/src/org/pyamf/examples/guestbook/components/MessageBox.mxml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/flex/src/org/pyamf/examples/guestbook/components/SubmitBox.mxml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/flex/src/org/pyamf/examples/guestbook/events/SubmitEvent.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/flex/src/org/pyamf/examples/guestbook/vo/Message.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/python/client.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/python/client.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/python/client.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/python/crossdomain.xml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/python/guestbook.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/python/guestbook.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/python/guestbook.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/python/guestbook.tac
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/python/server.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/python/server.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/python/server.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/python/settings.cfg
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/guestbook/readme.txt
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/ohloh/Readme.txt
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/ohloh/flex/.actionScriptProperties
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/ohloh/flex/.flexProperties
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/ohloh/flex/.project
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/ohloh/flex/build.xml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/ohloh/flex/deploy/assets/swfobject.js
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/ohloh/flex/deploy/index.html
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/ohloh/flex/src/OhlohApi.mxml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/ohloh/flex/src/org/pyamf/examples/ohloh/ApiExample.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/ohloh/python/client.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/ohloh/python/client.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/ohloh/python/client.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/ohloh/python/ohloh.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/ohloh/python/ohloh.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/ohloh/python/ohloh.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/ohloh/python/server.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/ohloh/python/server.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/ohloh/python/server.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/ohloh/python/server.wsgi
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/recordset/Readme.txt
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/recordset/flash/deploy/assets/swfobject.js
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/recordset/flash/deploy/index.html
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/recordset/flash/src/SoftwareInfoClass.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/recordset/flash/src/SoftwareInfoExample.fla
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/recordset/python/client.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/recordset/python/client.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/recordset/python/client.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/recordset/python/db.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/recordset/python/db.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/recordset/python/db.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/recordset/python/gateway.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/recordset/python/gateway.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/recordset/python/gateway.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/recordset/python/gateway.wsgi
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/recordset/python/init.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/recordset/python/init.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/recordset/python/init.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/Readme.txt
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/flex/.actionScriptProperties
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/flex/.flexProperties
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/flex/.project
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/flex/build.xml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/flex/deploy/assets/swfobject.js
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/flex/deploy/index.html
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/flex/src/org/pyamf/examples/sharedobject/SharedObjectExample.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/flex/src/org/pyamf/examples/sharedobject/vo/App.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/flex/src/org/pyamf/examples/sharedobject/vo/SharedObject.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/flex/src/sharedobject.mxml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/flex/src/style.css
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/python/client.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/python/client.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/python/client.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/python/crossdomain.xml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/python/server.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/python/server.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/python/server.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/python/service.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/python/service.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shared-object/python/service.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/flex/.actionScriptProperties
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/flex/.flexProperties
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/flex/.project
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/flex/build.xml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/flex/deploy/assets/swfobject.js
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/flex/deploy/index.html
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/flex/src/org/pyamf/examples/shell/Shell.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/flex/src/resources/main.css
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/flex/src/shell.mxml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/python/__init__.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/python/__init__.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/python/__init__.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/python/client.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/python/client.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/python/client.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/python/gateway.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/python/gateway.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/python/gateway.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/python/manage.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/python/manage.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/python/manage.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/python/settings.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/python/settings.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/python/settings.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/python/urls.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/python/urls.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/python/urls.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/shell/readme.txt
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/simple/Readme.txt
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/simple/flex/build.xml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/simple/flex/deploy/assets/swfobject.js
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/simple/flex/deploy/index.html
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/simple/flex/src/org/pyamf/examples/simple/SimpleView.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/simple/flex/src/org/pyamf/examples/simple/User.as
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/simple/flex/src/simple.mxml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/simple/python/client.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/simple/python/client.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/simple/python/client.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/simple/python/server.py
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/simple/python/server.pyc
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/simple/python/server.pyo
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/socket/flex/.actionScriptProperties
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/socket/flex/.flexProperties
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/socket/flex/.project
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/socket/flex/build.xml
-%%DATADIR%%/lib/PyAMF/doc/tutorials/examples/actionscript/socket/flex/deploy/assets/swfobject.js

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-all mailing list