Temporarily change build.py path for testing
diff --git a/onos-build-base.py b/onos-build-base.py
index fc12e45..0e42308 100755
--- a/onos-build-base.py
+++ b/onos-build-base.py
@@ -9,7 +9,7 @@
 
 # Add the Mininet build script directory to the path, so we can import it
 #TODO do a better job finding Mininet
-path = os.path.join( '/home', 'mininet', 'mininet','util', 'vm' )
+path = os.path.join( '/home', 'admin' )
 path = os.path.expanduser( path )
 if os.path.isdir( path ):
     sys.path.append( path )