First baby steps towards dual Python2+3 compatibility
This commit is contained in:
@@ -17,6 +17,6 @@
|
||||
|
||||
# Put all LSL functions together in one single module
|
||||
|
||||
from lslbasefuncs import *
|
||||
from lsljson import *
|
||||
from lslextrafuncs import *
|
||||
from lslopt.lslbasefuncs import *
|
||||
from lslopt.lsljson import *
|
||||
from lslopt.lslextrafuncs import *
|
||||
|
||||
Reference in New Issue
Block a user