bitbake/bin/bitdoc:
authorHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 16 Mar 2006 23:53:37 +0000 (23:53 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 16 Mar 2006 23:53:37 +0000 (23:53 +0000)
    -We do not need make, we only need bb.parse

bin/bitdoc

index 64d3294..7c0c956 100755 (executable)
@@ -30,7 +30,7 @@ import optparse, os, sys
 # bitbake
 sys.path.append(os.path.join(os.path.dirname(os.path.dirname(sys.argv[0])), 'lib'))
 import bb
-from   bb import make
+import bb.parse
 from   string import split, join
 
 __version__ = "0.0.2"