mirror of
https://github.com/publiclab/mapknitter.git
synced 2025-12-05 16:00:00 +01:00
Remove file not needed from AppEngine tests
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
from google.appengine.ext import webapp
|
||||
from google.appengine.ext.webapp.util import run_wsgi_app
|
||||
|
||||
class AllHandler(webapp.RequestHandler):
|
||||
def get(self):
|
||||
self.redirect("https://tycho.media.mit.edu/warps", True)
|
||||
|
||||
application = webapp.WSGIApplication([('/.*', AllHandler)])
|
||||
|
||||
def main():
|
||||
run_wsgi_app(application)
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user