issue with makefile

This commit is contained in:
2020-12-20 13:31:44 +01:00
parent a9f2c98f8d
commit 23fd408e08
507 changed files with 585 additions and 66403 deletions

View File

@ -0,0 +1,6 @@
import sys
if sys.version_info >= (3, 0):
from libcsp_py3 import *
else:
from libcsp_py2 import *