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.
2 parents d66d8e4 + 91232d8 commit 1cbfe61Copy full SHA for 1cbfe61
.gitreview
@@ -1,4 +1,10 @@
1
[gerrit]
2
-host=gerrit.sqlalchemy.org
+host=ssh.gerrit.sqlalchemy.org
3
project=sqlalchemy/mako
4
defaultbranch=main
5
+
6
+# non-standard config, used by publishthing
7
+httphost=gerrit.sqlalchemy.org
8
9
10
mako/pyparser.py
@@ -10,9 +10,8 @@
module is used.
11
"""
12
13
-import operator
14
-
15
import _ast
+import operator
16
17
from mako import _ast_util
18
from mako import compat
0 commit comments