mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Importing print_function
This commit is contained in:
parent
8df9833b60
commit
91263d6670
@ -4,8 +4,9 @@ This module provides the point of entry to SPM, the Salt Package Manager
|
||||
|
||||
.. versionadded:: Beryllium
|
||||
'''
|
||||
from __future__ import absolute_import, print_function
|
||||
|
||||
# Import Python libs
|
||||
from __future__ import absolute_import
|
||||
import os
|
||||
import yaml
|
||||
import tarfile
|
||||
|
Loading…
Reference in New Issue
Block a user