summaryrefslogtreecommitdiffstats
path: root/cobbler/cexceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/cexceptions.py')
-rw-r--r--cobbler/cexceptions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cobbler/cexceptions.py b/cobbler/cexceptions.py
index bed420e..a78f7f2 100644
--- a/cobbler/cexceptions.py
+++ b/cobbler/cexceptions.py
@@ -14,6 +14,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
import exceptions
+TEST_MODE = False
+
class CobblerException(exceptions.Exception):
def __init__(self, value, *args):