zulip_bots: Move six imports.

This commit is contained in:
Robert Hönig 2018-01-06 10:43:54 +01:00
parent 0893a5f61e
commit 78d7f9694e
7 changed files with 8 additions and 13 deletions

View file

@ -1,6 +1,6 @@
# See readme.md for instructions on running this code.
import logging
from six.moves.urllib import parse
from urllib import parse
import requests