Rename lslfuncparams.py -> lslfuncopt.py

This is preparation work for splitting function optimization into a separate file, which will be the same that currently is lslfuncparams.py.
This commit is contained in:
Sei Lisa 2017-08-25 19:31:07 +02:00
parent 3ec460539e
commit 36947b7b12
2 changed files with 1 additions and 1 deletions

View file

@ -23,7 +23,7 @@ import lslfuncs
from lslfuncs import NULL_KEY, ZERO_VECTOR, ZERO_ROTATION
import math
from lslparse import warning
from lslfuncparams import OptimizeParams
from lslfuncopt import OptimizeParams
class foldconst(object):