Commit 0c7ab873 authored by 4ast's avatar 4ast

Merge pull request #165 from iovisor/bblanco_dev

Fix print() breakage in python 2.7 environments
parents 7eb074a7 254264a2
......@@ -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