Add future import for print function

This commit is contained in:
Christopher Grebs 2014-01-05 19:07:44 -08:00 committed by Ben Firshman
parent 30ea4508c3
commit b101118d1e
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from __future__ import print_function
import logging
import sys
import re