-=[ Mr. Bumblebee ]=-
_Indonesia_
ó
î:ïNc @@ s5 d Z d d l m Z d „ Z d „ Z d „ Z d S( s˜ A version of inspect that includes what 'copy' needs.
Importing the python standard module 'copy' is far more expensive than it
needs to be, because copy imports 'inspect' which imports 'tokenize'.
And 'copy' only needs 2 small functions out of 'inspect', but has to
load all of 'tokenize', which makes it horribly slow.
This module is designed to use tricky hacks in import rules, to avoid this
overhead.
i ( t absolute_importc C@ sB | | k r d S| j | ƒ x | j D] } t | | ƒ q' Wd S( N( t appendt __bases__t _searchbases( t clst accumt base( ( s; /usr/lib/python2.7/dist-packages/bzrlib/inspect_for_copy.pyR &