| Index: sitescripts/extensions/utils.py |
| =================================================================== |
| --- a/sitescripts/extensions/utils.py |
| +++ b/sitescripts/extensions/utils.py |
| @@ -26,7 +26,6 @@ |
| from ConfigParser import SafeConfigParser, NoOptionError |
| from StringIO import StringIO |
| from sitescripts.utils import get_config |
| -from xml.parsers.expat import ExpatError |
| PACKAGE_SUFFIXES = { |
| 'gecko': '.xpi', |
| @@ -321,10 +320,6 @@ |
| if downloadURL is None: |
| raise Exception('No download link found for repo: ' + |
| repo.repositoryName) |
| - except ExpatError: |
| - traceback.print_exc() |
| - print "Error found while parsing xml from %s link" % repo.repositoryName |
| - continue |
| except: |
| traceback.print_exc() |
| continue |