moved all third-party lib to separate folder
This commit is contained in:
6
thirdparty/libcsp/bindings/python/libcsp/__init__.py
vendored
Normal file
6
thirdparty/libcsp/bindings/python/libcsp/__init__.py
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import sys
|
||||
|
||||
if sys.version_info >= (3, 0):
|
||||
from libcsp_py3 import *
|
||||
else:
|
||||
from libcsp_py2 import *
|
Reference in New Issue
Block a user