Convert old style except blocks to except Exception as variable: blocks
[htsworkflow.git] / htsworkflow / util / test / test_rdfhelp.py
index 9694c37e244658b274735603c8723fc9986f3e32..d11d98bb2642ed539f6da544c7057e40e0cfa935 100644 (file)
@@ -261,7 +261,7 @@ _:a owl:imports "{loc}extra.turtle" .
             self.assertTrue(model.contains_statement(s))
 
 
-except ImportError, e:
+except ImportError as e:
     print "Unable to test rdfhelp"
 
 def suite():