Created
June 29, 2020 19:11
-
-
Save lovesegfault/5cfe35b4f939b70eb0cb089943e5062f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/mutagen/_util.py b/mutagen/_util.py | |
index 1332f9d..f331942 100644 | |
--- a/mutagen/_util.py | |
+++ b/mutagen/_util.py | |
@@ -19,12 +19,7 @@ import errno | |
import decimal | |
from io import BytesIO | |
-try: | |
- import mmap | |
-except ImportError: | |
- # Google App Engine has no mmap: | |
- # https://github.com/quodlibet/mutagen/issues/286 | |
- mmap = None | |
+mmap = None | |
from collections import namedtuple | |
from contextlib import contextmanager |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment