summaryrefslogtreecommitdiff
path: root/templates/__init__.py
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2017-04-09 09:02:09 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2017-04-09 09:02:09 +0200
commitb36f9c05071ea549ed59e703270fcf223b60df03 (patch)
tree8992c6bcaa5b0d64cbd589588b2539523125548c /templates/__init__.py
parentaf750a6598d53b8a5cb58092dd5b523ea7e967ca (diff)
Major rewrite to use jab/oauth.
Highlights: - Uses the oauth branch of jab. - Changed design to use bootstrap. - Some minor changes to functionality in file uploading and listing. - API is currently disabled and incomplete.
Diffstat (limited to 'templates/__init__.py')
-rw-r--r--templates/__init__.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/__init__.py b/templates/__init__.py
deleted file mode 100644
index a8a47b8..0000000
--- a/templates/__init__.py
+++ /dev/null
@@ -1,9 +0,0 @@
-from upload import upload
-from uploaded import uploaded
-from help import help
-from login import login
-from my import my
-from images import images
-from register import register
-from changepass import changepass
-from delete import delete