diff options
Diffstat (limited to 'python/vyos/dicts.py')
-rw-r--r-- | python/vyos/dicts.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/vyos/dicts.py b/python/vyos/dicts.py index 79cab4a08..b12cda40f 100644 --- a/python/vyos/dicts.py +++ b/python/vyos/dicts.py @@ -15,6 +15,9 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. +from vyos import ConfigError + + class FixedDict(dict): """ FixedDict: A dictionnary not allowing new keys to be created after initialisation. |