mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Remove bogus FIXME comment.
This commit is contained in:
parent
0b49a9590f
commit
841413a2cf
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ from lslcommon import Key, Vector, Quaternion
|
|||
|
||||
class outscript(object):
|
||||
|
||||
# FIXME: is this correct:
|
||||
binary_operands = frozenset(('||','&&','^','|','&','==','!=','<','<=','>',
|
||||
'>=','<<','>>','+','-','*','/','%', '=', '+=', '-=', '*=', '/=','%=',
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue