Commit 254264a2 authored by Brenden Blanco's avatar Brenden Blanco

Fix print() breakage in python 2.7 environments

Fixes: #164
Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
parent 7eb074a7
......@@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import print_function
import atexit
from collections import MutableMapping
import ctypes as ct
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment