mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add missing futures import
This commit is contained in:
parent
dd7092c495
commit
eb588c772a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
# pylint: disable=repr-flag-used-in-string
|
||||
|
||||
# Import python libs
|
||||
from __future__ import absolute_import
|
||||
from __future__ import absolute_import, print_function
|
||||
import os
|
||||
import sys
|
||||
import time
|
||||
|
|
Loading…
Add table
Reference in a new issue