Skip to content

Commit

Permalink
fix SaxException bug
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Apr 23, 2012
1 parent f5a0b18 commit 15c5047
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reviews/thingvalidator.py
Expand Up @@ -9,6 +9,8 @@
from rdflib import ConjunctiveGraph, Namespace, exceptions
from rdflib import URIRef, RDFS, RDF, BNode

from xml.sax import SAXException

class ThingException(Exception):
def __init__(self, uri, message="{uri} caused an Unknown Error"):
self.uri = uri
Expand Down

0 comments on commit 15c5047

Please sign in to comment.