Skip to content
Snippets Groups Projects
Commit 23ffff1b authored by Martin Burchell's avatar Martin Burchell
Browse files

Py3: Reinstate message in MissingTabError

parent e6bc99e4
No related branches found
No related tags found
2 merge requests!166Staging,!157Django 2.2 and Python 3 upgrade
......@@ -4,7 +4,8 @@ _pool = {}
class MissingTabError(Exception):
pass
def __init__(self, message):
self.message = message
def register_tab(name, tab):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment