Switch to explicit Werkzeug imports

This commit is contained in:
Armin Ronacher 2011-07-15 18:03:48 +02:00
parent 6ca321c979
commit 2866ccda1f
7 changed files with 17 additions and 10 deletions

View file

@ -15,7 +15,7 @@ import imp
import os
import errno
from werkzeug import import_string
from werkzeug.utils import import_string
class ConfigAttribute(object):