~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/decorators.py

  • Committer: John Arbash Meinel
  • Date: 2007-01-24 17:59:50 UTC
  • mto: This revision was merged to the branch mainline in revision 2245.
  • Revision ID: john@arbash-meinel.com-20070124175950-jsf09jr7wq3u1neb
Add tests that decorators generate useful wrappers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
__all__ = ['needs_read_lock',
22
22
           'needs_write_lock',
 
23
           'use_fast_decorators',
 
24
           'use_pretty_decorators',
23
25
           ]
24
26
 
25
27