Created
June 29, 2020 19:07
-
-
Save lovesegfault/3c46a72f8b625ee23b10d9bd5e42db73 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 1767bce..09a5b43 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 # type: ignore | |
+map = None # type: ignore | |
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