~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/symbol_versioning.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-05-01 04:55:31 UTC
  • mfrom: (3394.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080501045531-3hkmq9qzoeequw1s
Add Hooks.install_named_hook (Daniel Watkins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
           'one_two',
47
47
           'one_three',
48
48
           'one_four',
 
49
           'one_five',
49
50
           ]
50
51
 
51
52
from warnings import warn
73
74
one_two = "%s was deprecated in version 1.2."
74
75
one_three = "%s was deprecated in version 1.3."
75
76
one_four = "%s was deprecated in version 1.4."
 
77
one_five = "%s was deprecated in version 1.5."
76
78
 
77
79
def set_warning_method(method):
78
80
    """Set the warning method to be used by this module.