Skip to content

Commit b7e3b52

Browse files
committed
restored python 3.2 compatibility by using the "future" package
1 parent 486e40d commit b7e3b52

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5+
- "3.2"
56
- "3.3"
67
- "3.4"
78
install:

pyzabbix/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import unicode_literals
12
import logging
23
import requests
34
import json

0 commit comments

Comments
 (0)