From 15d730f3aec1f579dbd3cc5310264c68eb78e242 Mon Sep 17 00:00:00 2001
From: Kenny Woodson <kwoodson@redhat.com>
Date: Mon, 28 Mar 2016 17:44:48 -0400
Subject: Moving generation of ansible module side by side with module.

---
 test/env-setup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'test/env-setup')

diff --git a/test/env-setup b/test/env-setup
index 156593571..b05df0f9e 100644
--- a/test/env-setup
+++ b/test/env-setup
@@ -2,7 +2,7 @@
 
 CUR_PATH=$(pwd)
 
-PREFIX_PYTHONPATH=$CUR_PATH/inventory/
+PREFIX_PYTHONPATH=$CUR_PATH/inventory/:$CUR_PATH/roles/lib_yaml_editor/build/src
 
 
 export PYTHONPATH=$PREFIX_PYTHONPATH:$PYTHONPATH
-- 
cgit v1.2.3