~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/bzr_epydoc_uid.py

  • Committer: John Arbash Meinel
  • Date: 2007-04-12 19:02:36 UTC
  • mto: This revision was merged to the branch mainline in revision 2566.
  • Revision ID: john@arbash-meinel.com-20070412190236-9izxi311ng5zofvh
Update lazy_import with tests for the new '_should_proxy' variable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
epydoc.uid.ObjectUID = ObjectUID
40
40
 
41
41
 
42
 
bzrlib.lazy_import._scope_replacer_should_proxy = True
 
42
_ScopeReplacer._should_proxy = True
43
43