from .utils import environmentfunction
from .utils import escape
from .utils import evalcontextfunction
- from .utils import is_undefined
+ from .utils import is_undefined as is_undefined
from .utils import Markup
- from .utils import pass_context
- from .utils import pass_environment
- from .utils import pass_eval_context
- from .utils import select_autoescape
+ from .utils import pass_context as pass_context
+ from .utils import pass_environment as pass_environment
+ from .utils import pass_eval_context as pass_eval_context
+ from .utils import select_autoescape as select_autoescape
-__version__ = "3.0.1.dev0"
+__version__ = "3.1.0.dev0"