Forgot exceptions import

This commit is contained in:
Alan Saul 2013-01-31 11:23:58 +00:00
parent b94ea75048
commit d4a20232c0

View file

@ -11,7 +11,7 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
import sys, os
import sys, os, exceptions
#Mocking uninstalled modules: https://read-the-docs.readthedocs.org/en/latest/faq.html