Merge pull request #18029 from nmadhok/log/handlers-python3-logstash_mod

Making salt/log/handlers/logstash_mod python3 compatible
This commit is contained in:
Nicole Thomas 2014-11-12 14:34:06 -07:00
commit f95a570ea2

View File

@ -152,6 +152,7 @@
.. _`high water mark`: http://api.zeromq.org/3-2:zmq-setsockopt
'''
from __future__ import absolute_import
# Import python libs
import os