zerver/lib: Remove print_function.

This commit is contained in:
rht
2017-09-27 12:22:32 +02:00
committed by Tim Abbott
parent e4c824ed61
commit 2e12fe5e2e
19 changed files with 0 additions and 19 deletions

View File

@@ -1,5 +1,4 @@
# Library code for use in management commands
from __future__ import print_function
import sys