mirror of
https://github.com/munki/munki.git
synced 2026-01-06 06:29:56 -06:00
Add 'from __future__ import absolute_import' to all files to enforce Python3-style imports
This commit is contained in:
@@ -25,7 +25,7 @@ This will have the effect of unbuffering output I/O from the subprocess.
|
||||
stdin of the subprocess is not connected to the stdin of this parent
|
||||
process.
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from __future__ import absolute_import, print_function
|
||||
|
||||
import fcntl
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user