mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #28930 from twangboy/fix_28888
Added missing import mmap required by file.py
This commit is contained in:
commit
43da1bc4ce
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ import re # do not remove, used in imported file.py functions
|
|||
import sys # do not remove, used in imported file.py functions
|
||||
import fileinput # do not remove, used in imported file.py functions
|
||||
import fnmatch # do not remove, used in imported file.py functions
|
||||
import mmap # do not remove, used in imported file.py functions
|
||||
from salt.ext.six import string_types # do not remove, used in imported file.py functions
|
||||
# do not remove, used in imported file.py functions
|
||||
from salt.ext.six.moves.urllib.parse import urlparse as _urlparse # pylint: disable=import-error,no-name-in-module
|
||||
|
|
Loading…
Add table
Reference in a new issue