diff --git a/lslopt/lsloutput.py b/lslopt/lsloutput.py index bfa2cea..5eed780 100644 --- a/lslopt/lsloutput.py +++ b/lslopt/lsloutput.py @@ -4,7 +4,6 @@ from lslcommon import Key, Vector, Quaternion class outscript(object): - # FIXME: is this correct: binary_operands = frozenset(('||','&&','^','|','&','==','!=','<','<=','>', '>=','<<','>>','+','-','*','/','%', '=', '+=', '-=', '*=', '/=','%=', ))