mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
Sort the import statements in tests.py (cosmetic).
(imported from commit d730d73841818f7104522b126e7faf1735c897fd)
This commit is contained in:
parent
60b8635593
commit
00a2b23843
@ -17,14 +17,14 @@ from zephyr.lib.actions import do_send_message, gather_subscriptions, \
|
||||
from zephyr.lib.rate_limiter import add_ratelimit_rule, remove_ratelimit_rule
|
||||
from zephyr.lib import bugdown
|
||||
|
||||
from django.conf import settings
|
||||
import optparse
|
||||
import os
|
||||
import random
|
||||
import re
|
||||
import simplejson
|
||||
import subprocess
|
||||
import optparse
|
||||
from django.conf import settings
|
||||
import re
|
||||
import sys
|
||||
import random
|
||||
import os
|
||||
import urllib2
|
||||
from StringIO import StringIO
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user