mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
move python lib import after absolute_import
This commit is contained in:
parent
69a2427670
commit
7355eb4ecd
1 changed files with 3 additions and 3 deletions
|
@ -25,12 +25,12 @@ Ensure a Linux ACL does not exist
|
|||
- perms: rwx
|
||||
'''
|
||||
|
||||
# Import python libs
|
||||
import os
|
||||
|
||||
# Import Python libs
|
||||
from __future__ import absolute_import
|
||||
|
||||
# Import python libs
|
||||
import os
|
||||
|
||||
# Import salt libs
|
||||
import salt.utils
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue