From: Michael Tremer Date: Sun, 25 Nov 2012 11:16:08 +0000 (+0100) Subject: hub: Remove deprecated URLs. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3969d0bd9dd5bcfe6f69589a0fec9215e833f75a;p=pbs.git hub: Remove deprecated URLs. --- diff --git a/hub/__init__.py b/hub/__init__.py index 946fe475..484d9a3f 100644 --- a/hub/__init__.py +++ b/hub/__init__.py @@ -39,13 +39,6 @@ class Application(tornado.web.Application): (r"/user", handlers.UserHandler), ]) - # This is the deprecated version. It will be removed some time. - self.add_handlers(r"pakfire.ipfire.org", [ - # API - (r"/pakfirehub/builder", handlers.BuilderHandler), - (r"/pakfirehub/user", handlers.UserHandler), - ]) - logging.info("Successfully initialied application") @property