Remove bogus FIXME comment.
This commit is contained in:
@@ -4,7 +4,6 @@ from lslcommon import Key, Vector, Quaternion
|
|||||||
|
|
||||||
class outscript(object):
|
class outscript(object):
|
||||||
|
|
||||||
# FIXME: is this correct:
|
|
||||||
binary_operands = frozenset(('||','&&','^','|','&','==','!=','<','<=','>',
|
binary_operands = frozenset(('||','&&','^','|','&','==','!=','<','<=','>',
|
||||||
'>=','<<','>>','+','-','*','/','%', '=', '+=', '-=', '*=', '/=','%=',
|
'>=','<<','>>','+','-','*','/','%', '=', '+=', '-=', '*=', '/=','%=',
|
||||||
))
|
))
|
||||||
|
|||||||
Reference in New Issue
Block a user