remove ,'s from more except blocks, and now a raise too
[htsworkflow.git] / experiments / test_experiments.py
index 5a39d44832ace72af08ffa42f2426bcb71b17846..7c5d20127243c8aa79e8232a949aa7279cbfa7d7 100644 (file)
@@ -4,7 +4,7 @@ import re
 from lxml.html import fromstring
 try:
     import json
-except ImportError, e:
+except ImportError as e:
     import simplejson as json
 import os
 import shutil