ACCUMULO-3332 Fix incorrect import in cloudstone slaves.py

Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7356a88e
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7356a88e
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7356a88e

Branch: refs/heads/master
Commit: 7356a88eb2567f387de8104350a1511c23f79d20
Parents: 7789b20
Author: Josh Elser <els...@apache.org>
Authored: Thu Nov 13 16:49:04 2014 -0800
Committer: Josh Elser <els...@apache.org>
Committed: Thu Nov 13 16:49:04 2014 -0800

----------------------------------------------------------------------
 test/system/bench/lib/slaves.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/7356a88e/test/system/bench/lib/slaves.py
----------------------------------------------------------------------
diff --git a/test/system/bench/lib/slaves.py b/test/system/bench/lib/slaves.py
index 451d603..35f73a2 100755
--- a/test/system/bench/lib/slaves.py
+++ b/test/system/bench/lib/slaves.py
@@ -20,7 +20,7 @@ import time
 import select
 import subprocess
 
-from lib.path import accumulo
+from lib.path import accumuloConf
 from lib.options import log
 
 def slaveNames():

Reply via email to