/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Ubuntu One Auto Copilot
  • Author(s): Jelmer Vernooij
  • Date: 2023-02-01 10:33:17 UTC
  • mfrom: (543.1.1 main)
  • Revision ID: otto-copilot@canonical.com-20230201103317-35lisym8pqw1w8y9
Add support for 'python -m loggerhead'

Merged from https://code.launchpad.net/~jelmer/loggerhead/main/+merge/436644

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    import importlib.metadata as importlib_metadata
35
35
except ImportError:
36
36
    import importlib_metadata
37
 
 
38
37
import sys
39
38
 
40
39
from packaging.version import Version
47
46
 
48
47
import breezy
49
48
from breezy import commands
 
49
 
50
50
from breezy.transport import transport_server_registry
51
51
 
52
52
DEFAULT_HOST = '0.0.0.0'