Skip to content

Commit

Permalink
Making salt.modules.swift python3 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
nmadhok committed Nov 11, 2014
1 parent d589e9f commit 723b341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/modules/swift.py
Expand Up @@ -37,6 +37,7 @@
salt '*' swift.get mycontainer myfile /tmp/file profile=openstack1
'''
from __future__ import absolute_import

# Import python libs
import logging
Expand Down

0 comments on commit 723b341

Please sign in to comment.