fix typo in setup.py

This commit is contained in:
arvidn 2016-12-31 13:42:49 -05:00
parent 4d92e22cd8
commit 02f61868e2
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ import os
import sys
os.chdir('bindings/python')
with open('setup.py) as filename:
with open('setup.py') as filename:
exec(filename.read())