|
@@ -6,8 +6,6 @@ print(os.getcwd())
|
|
|
|
|
|
|
|
if sys.platform == 'linux':
|
|
if sys.platform == 'linux':
|
|
|
test = __import__('build/linux/libtest.so')
|
|
test = __import__('build/linux/libtest.so')
|
|
|
-elif sys.platform == 'win32':
|
|
|
|
|
- test = __import__('build/win32/test.dll')
|
|
|
|
|
else:
|
|
else:
|
|
|
raise Exception('Unsupported platform')
|
|
raise Exception('Unsupported platform')
|
|
|
|
|
|