diff options
author | Magnus Hagander | 2014-01-01 14:42:30 +0000 |
---|---|---|
committer | Magnus Hagander | 2014-01-01 14:42:30 +0000 |
commit | 756aa6ffbe71f387ae5fa2885dce893b075db9f2 (patch) | |
tree | 35dbee8e1a750c4c209c87a94f2b78d451c5e80c /pgweb/downloads/struct.py | |
parent | 48410d04fa98d79a6eb960b8e9649e900f14700d (diff) |
Clean up imports
Remove unused imports and some other completely unused code.
Diffstat (limited to 'pgweb/downloads/struct.py')
-rw-r--r-- | pgweb/downloads/struct.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pgweb/downloads/struct.py b/pgweb/downloads/struct.py index 3d451dab..0f717f2e 100644 --- a/pgweb/downloads/struct.py +++ b/pgweb/downloads/struct.py @@ -1,9 +1,3 @@ -import os -import pickle -from datetime import date - -from django.conf import settings - from models import Category def get_struct(): |