tools: Remove print_function.

Tweaked by tabbott to exclude the linter libraries.
This commit is contained in:
rht
2017-09-27 23:32:06 +02:00
committed by Tim Abbott
parent 71188d7b0a
commit f15bdce90e
51 changed files with 0 additions and 55 deletions

View File

@@ -4,7 +4,6 @@ $ ./tools/js-dep-visualizer.py
$ dot -Tpng var/zulip-deps.dot -o var/zulip-deps.png
"""
from __future__ import print_function
import os
import re