Rename stripNamespace strip_namespace
[htsworkflow.git] / htsworkflow / util / rdfhelp.py
index ac5f6ccd1056a561418cd9b17e155ee936097630..4f65d7d44885ad0c16bbe1ade6604ba2b5a42700 100644 (file)
@@ -214,7 +214,7 @@ def simplify_uri(uri):
                 return element
     raise ValueError("Unable to simplify %s" % (uri,))
 
-def stripNamespace(namespace, term):
+def strip_namespace(namespace, term):
     """Remove the namespace portion of a term
 
     returns None if they aren't in common