Remove bogus FIXME comment.

This commit is contained in:
Sei Lisa 2014-07-26 04:35:57 +02:00
parent 0b49a9590f
commit 841413a2cf

View file

@ -4,7 +4,6 @@ from lslcommon import Key, Vector, Quaternion
class outscript(object):
# FIXME: is this correct:
binary_operands = frozenset(('||','&&','^','|','&','==','!=','<','<=','>',
'>=','<<','>>','+','-','*','/','%', '=', '+=', '-=', '*=', '/=','%=',
))