Skip to content

Commit

Permalink
Merge pull request #3620 from stefaang/monkeypatch-tempfile2
Browse files Browse the repository at this point in the history
HOTFIX - medusa fails to start with recent python 2.7.14 version (openwrt, synology)
  • Loading branch information
p0psicles authored Jan 17, 2018
2 parents ef68ec2 + 56021ef commit bd08325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions medusa/init/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import sys
import tarfile

import tempfile # noqa # pylint: disable=unused-import
import certifi

from six import binary_type, text_type
Expand Down

0 comments on commit bd08325

Please sign in to comment.