aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/route_manager.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-08 15:58:47 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-08 15:58:47 +0000
commit003fba23f9ecce4ad811078331a6c2ca35fefe95 (patch)
tree317b6468e8766ca45ef01baefd7a48f387f25300 /pysite/route_manager.py
parentRevert "Mart's Missing Files 2: Electric Boogaloo" (diff)
Pffft
Diffstat (limited to 'pysite/route_manager.py')
-rw-r--r--pysite/route_manager.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pysite/route_manager.py b/pysite/route_manager.py
index 501076b7..5fe22ba0 100644
--- a/pysite/route_manager.py
+++ b/pysite/route_manager.py
@@ -7,8 +7,6 @@ from flask import Flask
from pysite.base_route import BaseView, ErrorView
-__author__ = "Gareth Coles"
-
class RouteManager:
def __init__(self):