mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Py3 compatibility
This commit is contained in:
parent
21cb7e2a92
commit
a817a42e50
@ -2,7 +2,8 @@
|
||||
'''
|
||||
Watch files and translate the changes into salt events
|
||||
'''
|
||||
# Import python libs
|
||||
# Import Python libs
|
||||
from __future__ import absolute_import
|
||||
import collections
|
||||
|
||||
# Import third party libs
|
||||
|
Loading…
Reference in New Issue
Block a user