~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testtestament.py

- 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