diff options
author | 2018-02-05 23:44:10 +0100 | |
---|---|---|
committer | 2018-02-05 23:44:10 +0100 | |
commit | 57abb432e75382f939abdbc39a7efd5d4e762362 (patch) | |
tree | f1ed37e2925d87e3a69d92452bee1dd47c557051 /pysite/__init__.py | |
parent | Fix hardcoded error code in error view (diff) |
Finally fix this garbage
Signed-off-by: martmists <[email protected]>
Diffstat (limited to 'pysite/__init__.py')
-rw-r--r-- | pysite/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pysite/__init__.py b/pysite/__init__.py deleted file mode 100644 index ba286add..00000000 --- a/pysite/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -# coding=utf-8 - -__author__ = "Gareth Coles" |