One more python3 related fix

This commit is contained in:
Gareth J. Greenaway 2017-07-17 12:58:49 -07:00
parent bf1aefa47b
commit 5d6873bb84

View File

@ -11,6 +11,7 @@ Beacon to monitor memory usage.
from __future__ import absolute_import
import logging
import re
from salt.ext.six.moves import map
# Import Third Party Libs
try: