Switch to explicit Werkzeug imports
This commit is contained in:
parent
6ca321c979
commit
2866ccda1f
7 changed files with 17 additions and 10 deletions
|
|
@ -15,7 +15,7 @@ import imp
|
|||
import os
|
||||
import errno
|
||||
|
||||
from werkzeug import import_string
|
||||
from werkzeug.utils import import_string
|
||||
|
||||
|
||||
class ConfigAttribute(object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue