/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 loggerhead-serve

  • 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:
22
22
 
23
23
from loggerhead.main import main
24
24
 
25
 
 
26
25
if __name__ == "__main__":
27
26
    main(sys.argv[1:])