diff options
Diffstat (limited to 'bitbake/lib/bb/__init__.py')
-rw-r--r-- | bitbake/lib/bb/__init__.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 61973c38a9..3ba6beb2c1 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py | |||
@@ -86,9 +86,3 @@ from bb.fetch import MalformedUrl, encodeurl, decodeurl | |||
86 | from bb.data import VarExpandError | 86 | from bb.data import VarExpandError |
87 | from bb.utils import mkdirhier, movefile, copyfile, which | 87 | from bb.utils import mkdirhier, movefile, copyfile, which |
88 | from bb.utils import vercmp_string as vercmp | 88 | from bb.utils import vercmp_string as vercmp |
89 | |||
90 | |||
91 | if __name__ == "__main__": | ||
92 | import doctest, bb | ||
93 | bb.msg.set_debug_level(0) | ||
94 | doctest.testmod(bb) | ||