From 0e91113a0689fae483b7ac14f4c5a4d841cfd402 Mon Sep 17 00:00:00 2001 From: Derrick Gilland Date: Sun, 24 Aug 2014 12:51:32 -0400 Subject: [PATCH] Fix missing import. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e1f98b9..7007057 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,7 @@ Documentation: http://alchy.readthedocs.org/ """ +import os from setuptools import setup