Making salt.pillar.libvirt python3 compatible

This commit is contained in:
Nitin Madhok 2014-11-11 16:51:37 -05:00
parent 37e14853b4
commit 66fb1923dc

View File

@ -2,6 +2,7 @@
'''
Load up the libvirt keys into Pillar for a given minion if said keys have been generated using the libvirt key runner
'''
from __future__ import absolute_import
# Don't "fix" the above docstring to put it on two lines, as the sphinx
# autosummary pulls only the first line for its description.