From fd31e2c21da1b2da320396844e64bcc5886dd06b Mon Sep 17 00:00:00 2001 From: joeyism Date: Tue, 2 Jan 2018 17:45:05 -0500 Subject: [PATCH] fixed setup bug --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6434732..9f7276d 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,7 @@ # To use a consistent encoding from codecs import open from os import path +import re here = path.abspath(path.dirname(__file__))