]> code.ossystems Code Review - openembedded-core.git/commit
Kill unnecessary usages of the types module
authorChris Larson <chris_larson@mentor.com>
Mon, 12 Apr 2010 15:14:11 +0000 (08:14 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 2 Jul 2010 14:41:33 +0000 (15:41 +0100)
commit22a21799059b156d8858cbf32acb7c2aefb9a23b
tree1e0e83c86fe04e30576ddfb34577940596f8d809
parent1180bab54e2879401f3586c91a48174191a1ee8b
Kill unnecessary usages of the types module

types.IntType -> int
types.StringType -> basestring
...

Also moves our ImmutableTypes tuple into our own namespace.

(Bitbake rev: 83674a3a5564ecb1f9d2c9b2d5b1eeb3c31272ab)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/COW.py
bitbake/lib/bb/data.py
bitbake/lib/bb/data_smart.py
bitbake/lib/bb/fetch/__init__.py
bitbake/lib/bb/utils.py