summaryrefslogtreecommitdiff
path: root/obnamlib/fmt_ga/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-08 13:37:11 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-08 13:44:44 +0300
commit03b14e640be5ddabf10cd9f966b06bc8729a690e (patch)
tree7711e9fe64ad416dc89de6b6a81640b827fe9cb3 /obnamlib/fmt_ga/__init__.py
parent8768f2df1754a974b58d749d38048c7cfc84b972 (diff)
downloadobnam-03b14e640be5ddabf10cd9f966b06bc8729a690e.tar.gz
Only allow changes to a mutable GADirectory
Diffstat (limited to 'obnamlib/fmt_ga/__init__.py')
-rw-r--r--obnamlib/fmt_ga/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/fmt_ga/__init__.py b/obnamlib/fmt_ga/__init__.py
index d3eb21c9..dc710d5c 100644
--- a/obnamlib/fmt_ga/__init__.py
+++ b/obnamlib/fmt_ga/__init__.py
@@ -19,7 +19,7 @@
from .client_list import GAClientList
from .chunk_store import GAChunkStore
from .indexes import GAChunkIndexes
-from .dirobj import GADirectory, create_gadirectory_from_dict
+from .dirobj import GADirectory, GAImmutableError, create_gadirectory_from_dict
from .tree import GATree
from .client import GAClient
from .format import RepositoryFormatGA