summaryrefslogtreecommitdiff
path: root/obnamlib/__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/__init__.py
parent8768f2df1754a974b58d749d38048c7cfc84b972 (diff)
downloadobnam-03b14e640be5ddabf10cd9f966b06bc8729a690e.tar.gz
Only allow changes to a mutable GADirectory
Diffstat (limited to 'obnamlib/__init__.py')
-rw-r--r--obnamlib/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index 673a2312..77bf961d 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -185,6 +185,7 @@ from fmt_ga import (
GAClientList,
GAClient,
GADirectory,
+ GAImmutableError,
create_gadirectory_from_dict,
GATree,
GAChunkStore,