Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lovesegfault/3c46a72f8b625ee23b10d9bd5e42db73 to your computer and use it in GitHub Desktop.
Save lovesegfault/3c46a72f8b625ee23b10d9bd5e42db73 to your computer and use it in GitHub Desktop.
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