Skip to content
Snippets Groups Projects
Commit 9a155052 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Merge branch 'test-python26-compat'

parents 17781bb8 fc933d49
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ print """
"""
pid = 1
tid = 999
for sid in {1, 2}:
for sid in [1, 2]:
for i in range(1, 4):
exec admin "lua box.insert(16, 'pid_%d', 'sid_%d', 'tid_%d')" % (pid, sid, tid)
pid += 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment