15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21
21
import bzrlib.errors as errors
22
22
from bzrlib.errors import LockError, ReadOnlyError
23
24
from bzrlib.trace import mutter
24
25
import bzrlib.transactions as transactions
26
28
class LockableFiles(object):
27
29
"""Object representing a set of files locked within the same scope