From 4d726abc8e6c82a17a7ab07434a04ec48e15e2f1 Mon Sep 17 00:00:00 2001 From: Corey Goldberg Date: Thu, 29 Nov 2012 18:31:18 -0500 Subject: [PATCH] fixed setup --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1ac226a..1f061bd 100644 --- a/setup.py +++ b/setup.py @@ -4,6 +4,7 @@ """ setup/install script for xvfbwrapper """ +import os from distutils.core import setup import xvfbwrapper