Making salt.states.memcached python3 compatible

This commit is contained in:
Nitin Madhok 2014-11-11 02:32:31 -05:00
parent a75607db89
commit 695bbf98a4

View File

@ -5,6 +5,7 @@ States for Management of Memcached Keys
.. versionadded:: 2014.1.0
'''
from __future__ import absolute_import
from salt.modules.memcached import (
DEFAULT_HOST,
DEFAULT_PORT,