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

  • Committer: Jelmer Vernooij
  • Date: 2018-06-09 07:26:34 UTC
  • mto: (491.6.1 breezy)
  • mto: This revision was merged to the branch mainline in revision 494.
  • Revision ID: jelmer@jelmer.uk-20180609072634-cwklrpi8udykluwi
HACKING => HACKING.rst.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env python3
 
1
#!/usr/bin/env python
2
2
#
3
3
# Copyright (C) 2008, 2009 Canonical Ltd
4
4
#
22
22
 
23
23
from loggerhead.main import main
24
24
 
 
25
 
25
26
if __name__ == "__main__":
26
27
    main(sys.argv[1:])