Patch for conditional tuple

This commit is contained in:
Mysterie
2012-09-21 17:01:52 +02:00
parent c3a874220f
commit 8bd3244a64
32 changed files with 99 additions and 315 deletions

View File

@@ -1,11 +1,3 @@
# expressions.py -- source test pattern for expressions
#
# This simple program is part of the decompyle test suite.
#
# decompyle is a Python byte-code decompiler
# See http://www.goebel-consult.de/decompyle/ for download and
# for further information
def _lsbStrToInt(str):
return ord(str[0]) + \
(ord(str[1]) << 8) + \