/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: Jelmer Vernooij
  • Date: 2023-01-31 19:08:09 UTC
  • mto: This revision was merged to the branch mainline in revision 545.
  • Revision ID: jelmer@jelmer.uk-20230131190809-n0xfd2lh69e3xocd
Sort Python import definitions with isort

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'