We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54eb531 commit 2b9814bCopy full SHA for 2b9814b
example/idp2_repoze/modules/login.mako.py
@@ -1,4 +1,6 @@
1
-from mako import cache, runtime
+from mako import cache
2
+from mako import runtime
3
+
4
5
UNDEFINED = runtime.UNDEFINED
6
__M_dict_builtin = dict
example/idp2_repoze/modules/root.mako.py
@@ -1,4 +1,7 @@
-from mako import runtime, filters, cache
+from mako import filters
7
0 commit comments