/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:38:17 UTC
  • mfrom: (543.2.1 lp:loggerhead)
  • Revision ID: otto-copilot@canonical.com-20230201103817-h68q8zmdvm7u1vv4
Sort Python import definitions

Merged from https://code.launchpad.net/~jelmer/loggerhead/isort/+merge/436635

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
 
37
38
import sys
38
39
 
39
40
from packaging.version import Version
46
47
 
47
48
import breezy
48
49
from breezy import commands
49
 
 
50
50
from breezy.transport import transport_server_registry
51
51
 
52
52
DEFAULT_HOST = '0.0.0.0'