Skip to content

Commit

Permalink
Py3 compat and versionadded tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceaulinic committed Jun 26, 2018
1 parent 3f17add commit 30cd544
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion salt/sdb/redis_sdb.py
Expand Up @@ -3,6 +3,8 @@
Redis SDB module
================
.. versionadded:: Fluorine
This module allows access to Redis using an ``sdb://`` URI.
Like all SDB modules, the Redis module requires a configuration profile to
Expand All @@ -22,7 +24,7 @@
For option details see: https://redis-py.readthedocs.io/en/latest/.
'''
from __future__ import absolute_import
from __future__ import absolute_import, print_function, unicode_literals

try:
import redis
Expand Down

0 comments on commit 30cd544

Please sign in to comment.