From 310b9abd81aba61095e0e09bdfe695b3cd41bb5d Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Fri, 26 Apr 2013 10:46:43 +0200 Subject: [PATCH] Add import of exception; fixes #5 --- dataset/freeze/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dataset/freeze/config.py b/dataset/freeze/config.py index bb5756c..5418ff3 100644 --- a/dataset/freeze/config.py +++ b/dataset/freeze/config.py @@ -1,6 +1,8 @@ import json import yaml +from dataset.util import FreezeException + TRUISH = ['true', 'yes', '1', 'on']