mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-22 05:54:42 +00:00
Insert importer at beginning of list
This commit is contained in:
parent
183efabca7
commit
3732b2ee09
1 changed files with 1 additions and 1 deletions
|
|
@ -26,4 +26,4 @@ class ProcessorImporter(object):
|
|||
return import_module(new_name)
|
||||
|
||||
|
||||
sys.meta_path.append(ProcessorImporter())
|
||||
sys.meta_path.insert(0, ProcessorImporter())
|
||||
|
|
|
|||
Loading…
Reference in a new issue