2015-07-11 07:51:30 +02:00
|
|
|
#!/usr/bin/env python
|
|
|
|
|
2014-08-03 00:58:49 +02:00
|
|
|
import os
|
2016-09-23 16:54:20 +02:00
|
|
|
|
2014-11-28 05:53:21 +01:00
|
|
|
os.chdir('bindings/python')
|
2016-12-31 19:42:49 +01:00
|
|
|
with open('setup.py') as filename:
|
2016-09-23 16:54:20 +02:00
|
|
|
exec(filename.read())
|