Python 3 compatibility bug.

This commit is contained in:
Elf M. Sternberg 2016-10-06 09:08:18 -07:00
parent 6e09df1427
commit 9b40abe4ae
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
from __future__ import print_function
from functools import reduce
from .git_lint import load_config, run_linters, git_base
import operator
import gettext