Fix travis-ci build error

This commit is contained in:
Peter Spiess-Knafl
2017-01-04 21:23:24 +01:00
parent a5789e7ea7
commit f75e2e9e64

View File

@ -510,7 +510,6 @@ def main(*args):
parser.print_help()
return 1
build_dict(dictionary)
colors = TermColors()
if not options.colors:
colors.disable()