summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/error.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemstoolkit/error.py')
-rw-r--r--rtemstoolkit/error.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/rtemstoolkit/error.py b/rtemstoolkit/error.py
index ea6b71d..e3a43c1 100644
--- a/rtemstoolkit/error.py
+++ b/rtemstoolkit/error.py
@@ -1,6 +1,6 @@
#
# RTEMS Tools Project (http://www.rtems.org/)
-# Copyright 2010-2014 Chris Johns (chrisj@rtems.org)
+# Copyright 2010-2016 Chris Johns (chrisj@rtems.org)
# All rights reserved.
#
# This file is part of the RTEMS Tools package in 'rtems-tools'.
@@ -32,6 +32,8 @@
# Various errors we can raise.
#
+from __future__ import print_function
+
class error(Exception):
"""Base class for Builder exceptions."""
def set_output(self, msg):