Skip to content

Commit 87dccd8

Browse files
author
Anthony Baxter
committed
silence SyntaxWarning
1 parent 4b159aa commit 87dccd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/cgi/TAL/TALInterpreter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def stream_write(self, s, len=len):
168168

169169
bytecode_handlers = {}
170170

171-
def interpret(self, program, None=None):
171+
def interpret(self, program):
172172
oldlevel = self.level
173173
self.level = oldlevel + 1
174174
handlers = self.dispatch

0 commit comments

Comments
 (0)