Add unicode_literals to main module

This commit is contained in:
Christopher Grebs 2014-01-05 19:52:56 -08:00 committed by Ben Firshman
parent 9bec059cc7
commit 31f0907732
1 changed files with 1 additions and 0 deletions

View File

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