aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-10-14 12:54:04 +0000
committerNils Gillmann <ng0@n0.is>2018-10-14 12:54:04 +0000
commit6ceb00c370764949c4fd71e29ae4823f66944c0d (patch)
tree97b137e9409548401bc16c30d8ac514a43cefb3e
parent51a6d46accbd0a15c7d163637c1c29706fd4fc3d (diff)
downloadwww-6ceb00c370764949c4fd71e29ae4823f66944c0d.tar.gz
www-6ceb00c370764949c4fd71e29ae4823f66944c0d.zip
Make . a package for now.
Signed-off-by: Nils Gillmann <ng0@n0.is>
-rw-r--r--__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/__init__.py b/__init__.py
new file mode 100644
index 00000000..a24c5cd9
--- /dev/null
+++ b/__init__.py
@@ -0,0 +1,3 @@
1# For relative imports to work in Python 3.6
2import os, sys
3sys.path.append(os.path.dirname(os.path.realpath(__file__)))