Avoid deprecated import for OrderedDict
This commit is contained in:
parent
83a810cb0d
commit
3fb08869e0
2 changed files with 4 additions and 2 deletions
rattail_demo/shopfoo/importing
|
@ -3,8 +3,9 @@
|
|||
Rattail -> Shopfoo importing
|
||||
"""
|
||||
|
||||
from collections import OrderedDict
|
||||
|
||||
from rattail import importing
|
||||
from rattail.util import OrderedDict
|
||||
|
||||
from rattail_demo.db import model
|
||||
from rattail_demo.shopfoo import importing as shopfoo_importing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue