From 02f61868e271fdf7e241d0424f7a89650598ff1b Mon Sep 17 00:00:00 2001 From: arvidn Date: Sat, 31 Dec 2016 13:42:49 -0500 Subject: [PATCH] fix typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 78dac4d0f..47e12447e 100755 --- a/setup.py +++ b/setup.py @@ -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())