mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-16 22:10:30 +00:00
Remove unused utils module
This commit is contained in:
parent
28fe5d1460
commit
7262cb6564
1 changed files with 0 additions and 6 deletions
|
|
@ -1,6 +0,0 @@
|
|||
import os
|
||||
|
||||
|
||||
def map_path(directory_name):
|
||||
return os.path.join(os.path.dirname(__file__),
|
||||
'../' + directory_name).replace('\\', '/')
|
||||
Loading…
Reference in a new issue