From: Alan Pevec <[email protected]>
---
test/test_augeas.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/test_augeas.py b/test/test_augeas.py
index bf93503..1bc38fe 100644
--- a/test/test_augeas.py
+++ b/test/test_augeas.py
@@ -6,7 +6,7 @@ __mydir = os.path.dirname(sys.argv[0])
if not os.path.isdir(__mydir):
__mydir = os.getcwd()
-sys.path.append(__mydir + "/..")
+sys.path.insert(0, __mydir + "/..")
import augeas
--
1.7.2.3
_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel