diff options
author | 2018-02-08 15:58:47 +0000 | |
---|---|---|
committer | 2018-02-08 15:58:47 +0000 | |
commit | 003fba23f9ecce4ad811078331a6c2ca35fefe95 (patch) | |
tree | 317b6468e8766ca45ef01baefd7a48f387f25300 /pysite/views/index.py | |
parent | Revert "Mart's Missing Files 2: Electric Boogaloo" (diff) |
Pffft
Diffstat (limited to 'pysite/views/index.py')
-rw-r--r-- | pysite/views/index.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pysite/views/index.py b/pysite/views/index.py index 2e779003..48a98fac 100644 --- a/pysite/views/index.py +++ b/pysite/views/index.py @@ -1,8 +1,6 @@ # coding=utf-8 from pysite.base_route import BaseView -__author__ = "Gareth Coles" - class IndexView(BaseView): path = "/" |