diff roundup/configuration.py @ 5264:32f95ec6bd8e

Python 2 and 3 support. Convert Exception into BaseException in core code.
author John Rouillard <rouilj@ieee.org>
date Mon, 04 Sep 2017 21:56:49 -0400
parents c5dd7b151ec2
children e20f472fde7d
line wrap: on
line diff
--- a/roundup/configuration.py	Mon Aug 28 22:23:32 2017 -0400
+++ b/roundup/configuration.py	Mon Sep 04 21:56:49 2017 -0400
@@ -22,7 +22,7 @@
 
 ### Exceptions
 
-class ConfigurationError(Exception):
+class ConfigurationError(BaseException):
     pass
 
 class NoConfigError(ConfigurationError):

Roundup Issue Tracker: http://roundup-tracker.org/