~bzr/dulwich/unstable

« back to all changes in this revision

Viewing changes to dulwich/__init__.py

  • Committer: Martin Packman
  • Date: 2012-08-31 18:48:09 UTC
  • mfrom: (400.39.284)
  • Revision ID: martin.packman@canonical.com-20120831184809-8ufvjlpvhxe06c2i
Merge new upstream snapshot to remove landed patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
"""Python implementation of the Git file formats and protocols."""
23
23
 
24
 
from dulwich import (client, protocol, repo, server)
25
 
 
26
 
__version__ = (0, 8, 5)
 
24
__version__ = (0, 8, 6)