Skip to content

Commit

Permalink
Making salt.modules.haproxyconn python3 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
nmadhok committed Nov 10, 2014
1 parent d589e9f commit 711eab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/modules/haproxyconn.py
Expand Up @@ -6,6 +6,7 @@
'''

from __future__ import generators
from __future__ import absolute_import

# Import python libs
import stat
Expand Down

0 comments on commit 711eab3

Please sign in to comment.