move decorator tests

This commit is contained in:
David Halter
2012-06-27 10:24:31 +02:00
parent 2ce3869ab8
commit 56a14c7811
4 changed files with 70 additions and 95 deletions

View File

@@ -1049,6 +1049,8 @@ def follow_call_list(scope, call_list):
# The string tokens are just operations (+, -, etc.)
elif not isinstance(call, str):
# ternary operators
#if str(call.name) == 'for':
# print '\n\ndini mueter'
if str(call.name) == 'if':
while True:
call = next(calls_iterator)