From 97f421f2e728cceb35e0515dcd8c1db5ac214996 Mon Sep 17 00:00:00 2001 From: Eric Lapouyade Date: Thu, 5 Nov 2015 11:04:19 +0100 Subject: [PATCH] add 'import re' in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4cf4093..ff87414 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,6 @@ from setuptools import setup import os +import re def read(*names): values = dict()