~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-08-14 14:30:15 UTC
  • mfrom: (1711.2.118 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060814143015-434920ada66fc144
(dato) Cleanup BZR_EMAIL in the test suite

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
del locale
34
34
 
35
35
__copyright__ = "Copyright 2005, 2006 Canonical Development Ltd."
36
 
__version__ = version_string = '0.10'
37
36
 
38
37
# same format as sys.version_info: "A tuple containing the five components of
39
38
# the version number: major, minor, micro, releaselevel, and serial. All