diff options
author | 2018-02-06 01:01:59 +0000 | |
---|---|---|
committer | 2018-02-06 01:01:59 +0000 | |
commit | 1fed2a2cdcacd3bfcc0b69f7b1a1bb536c8e5268 (patch) | |
tree | 6ec570b58a6652a7ac935c75b4296bcf5f4509b5 /pysite/__init__.py | |
parent | flake8-todo too pedantic for us - hopefully travis didn't cache it (diff) |
Revert "Finally fix this garbage"
This reverts commit 57abb43
Diffstat (limited to 'pysite/__init__.py')
-rw-r--r-- | pysite/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pysite/__init__.py b/pysite/__init__.py new file mode 100644 index 00000000..ba286add --- /dev/null +++ b/pysite/__init__.py @@ -0,0 +1,3 @@ +# coding=utf-8 + +__author__ = "Gareth Coles" |