Skip to content

Instantly share code, notes, and snippets.

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