forked from expo/troggle
expung imagekit and clean import lists
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
#!/usr/bin/python
|
||||
from .settings import *
|
||||
import sys
|
||||
import os
|
||||
import string
|
||||
import re
|
||||
import urllib.parse
|
||||
|
||||
import django
|
||||
|
||||
from .settings import *
|
||||
|
||||
pathsdict={
|
||||
"ADMIN_MEDIA_PREFIX" : ADMIN_MEDIA_PREFIX,
|
||||
"ADMIN_MEDIA_PREFIX" : ADMIN_MEDIA_PREFIX,
|
||||
@@ -57,4 +59,3 @@ for p in bycodes:
|
||||
byvals = sorted(pathsdict, key=pathsdict.__getitem__)
|
||||
for p in byvals:
|
||||
print(pathsdict[p] , sep2, p)
|
||||
|
||||
Reference in New Issue
Block a user