Py3 compatibility

This commit is contained in:
Pedro Algarvio 2015-01-30 18:09:07 +00:00
parent 21cb7e2a92
commit a817a42e50

View File

@ -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