From 89c3e0f9486120ac71862bb0959e4fb5e32f2a12 Mon Sep 17 00:00:00 2001 From: JuanPablo Date: Wed, 4 Mar 2015 21:53:24 -0300 Subject: [PATCH] missing import os added :P --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4abc182..8f42443 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ from setuptools import setup +import os #python setup.py develop --user #python setup.py develop --user --uninstall