]> git.ipfire.org Git - pbs.git/commitdiff
hub: Remove deprecated URLs.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 25 Nov 2012 11:16:08 +0000 (12:16 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 25 Nov 2012 11:16:08 +0000 (12:16 +0100)
hub/__init__.py

index 946fe47587e30c271d181e46d75d5dc068face5c..484d9a3f07d6431a2c7c7b36b8e054644051c5b4 100644 (file)
@@ -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