~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/store/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2006-02-17 02:01:02 UTC
  • mto: (1185.50.81 bzr-jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1554.
  • Revision ID: john@arbash-meinel.com-20060217020102-a26538d2b32bff80
cleanups from Robert

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
from bzrlib.trace import mutter
36
36
import bzrlib.transport as transport
37
37
from bzrlib.transport.local import LocalTransport
38
 
import bzrlib.ui
39
38
 
40
39
######################################################################
41
40
# stores