From 10ad14079ba76079ed9d2f57ebc113f197825c78 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Sun, 26 Jun 2016 19:14:51 +0200 Subject: [PATCH] missing import --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8449c37a..6cbb5c2d 100755 --- a/setup.py +++ b/setup.py @@ -7,6 +7,7 @@ $ python setup.py install from patacrep import __version__ from setuptools import setup, find_packages +import os import sys setup_kwargs = {