~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_annotator_py.py

  • Committer: John Arbash Meinel
  • Date: 2009-07-06 21:31:40 UTC
  • mto: This revision was merged to the branch mainline in revision 4522.
  • Revision ID: john@arbash-meinel.com-20090706213140-dsyexxaynqaxea8d
Remove AnnotatorPolicy

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    )
26
26
 
27
27
 
28
 
class AnnotatorPolicy(object):
29
 
    """Variables that define annotations."""
30
 
 
31
 
 
32
28
class Annotator(object):
33
29
    """Class that drives performing annotations."""
34
30