From 010d2b82e9801f0df3dafaf9575379a14da8a3ed Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 23 Oct 2009 11:59:46 +0200 Subject: [PATCH] [molecule.specs] add missing import --- molecule/specs/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/specs/__init__.py b/molecule/specs/__init__.py index c1f35fa..4d6310b 100644 --- a/molecule/specs/__init__.py +++ b/molecule/specs/__init__.py @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - +import os import molecule.utils class GenericSpecFunctions: