Skip to content
Snippets Groups Projects
Unverified Commit 607dd1d4 authored by Duncan Macleod's avatar Duncan Macleod
Browse files

LDBDWAuth: fix exceptions for Python 3

parent 73cff408
Branches main
No related tags found
No related merge requests found
Pipeline #500460 failed
...@@ -31,11 +31,10 @@ Grid mapfile authentication and authorisation class. ...@@ -31,11 +31,10 @@ Grid mapfile authentication and authorisation class.
# Import. # Import.
import Admin import Admin
import Constants import Constants
import exceptions
import M2Crypto import M2Crypto
import re import re
class GridMapError(exceptions.Exception): class GridMapError(Exception):
""" """
Raised for errors in GridMap class Raised for errors in GridMap class
""" """
......
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