zerver/lib: remove import six.

This commit is contained in:
rht
2017-09-27 10:06:17 +02:00
committed by Tim Abbott
parent 43fd0e8134
commit 035ed93111
17 changed files with 21 additions and 39 deletions

View File

@@ -17,7 +17,6 @@ import random
import sys
import os
import hashlib
import six
if False:
from zerver.models import UserProfile, Realm, Message