~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/store.py

  • Committer: Martin Pool
  • Date: 2005-06-20 03:47:57 UTC
  • Revision ID: mbp@sourcefrog.net-20050620034757-c7de5e5b3da6fe2f
- store docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    """
65
65
 
66
66
    def __init__(self, basedir):
67
 
        """ImmutableStore constructor."""
68
67
        self._basedir = basedir
69
68
 
70
69
    def _path(self, id):