Skip to content

Commit

Permalink
Remove BadZipFile patch, Python 2.6 is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Sep 25, 2017
1 parent a1770a4 commit 75e5aa1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/galaxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@

from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)


# compat: BadZipFile introduced in Python 2.7
import zipfile
if not hasattr(zipfile, 'BadZipFile'):
zipfile.BadZipFile = zipfile.error

0 comments on commit 75e5aa1

Please sign in to comment.