Mercurial > p > roundup > code
diff roundup/cgi/TAL/TALInterpreter.py @ 1683:5127c4560f1e maint-0.5
silence SyntaxWarning
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Tue, 24 Jun 2003 03:09:35 +0000 |
| parents | 83f33642d220 |
| children |
line wrap: on
line diff
--- a/roundup/cgi/TAL/TALInterpreter.py Tue Jun 24 03:09:08 2003 +0000 +++ b/roundup/cgi/TAL/TALInterpreter.py Tue Jun 24 03:09:35 2003 +0000 @@ -168,7 +168,7 @@ bytecode_handlers = {} - def interpret(self, program, None=None): + def interpret(self, program): oldlevel = self.level self.level = oldlevel + 1 handlers = self.dispatch
