diff roundup/instance.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 6a4317738a90
children 35ea9b1efc14
line wrap: on
line diff
--- a/roundup/instance.py	Mon Aug 28 22:23:32 2017 -0400
+++ b/roundup/instance.py	Mon Sep 04 21:56:49 2017 -0400
@@ -257,7 +257,7 @@
     def registerUtil(self, name, function):
         self.templating_utils[name] = function
 
-class TrackerError(Exception):
+class TrackerError(BaseException):
     pass
 
 

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