Add import of exception; fixes #5

This commit is contained in:
Friedrich Lindenberg 2013-04-26 10:46:43 +02:00
parent 79f46a0778
commit 310b9abd81

View File

@ -1,6 +1,8 @@
import json
import yaml
from dataset.util import FreezeException
TRUISH = ['true', 'yes', '1', 'on']