~bzr/bzr/bzr-0.1

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testtestament.py

  • Committer: Martin Pool
  • Date: 2005-10-13 02:36:14 UTC
  • Revision ID: mbp@sourcefrog.net-20051013023614-82c5be87698b733f
- clean up imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
"""Test testaments for gpg signing."""
18
18
 
19
 
import difflib
 
19
# TODO: Testaments with symlinks, x-bits
 
20
 
20
21
import os
21
22
from sha import sha
22
23
import sys