Merge "Don't import client from the version package"
This commit is contained in:
@@ -17,7 +17,7 @@ from __future__ import print_function
|
||||
import json
|
||||
import multiprocessing as mp
|
||||
|
||||
from zaqarclient.queues.v1 import client
|
||||
from zaqarclient.queues import client
|
||||
|
||||
from zaqar.bench import config
|
||||
from zaqar.bench import consumer
|
||||
|
||||
@@ -24,7 +24,7 @@ from gevent import monkey as curious_george
|
||||
curious_george.patch_all(thread=False, select=False)
|
||||
import gevent
|
||||
import marktime
|
||||
from zaqarclient.queues.v1 import client
|
||||
from zaqarclient.queues import client
|
||||
from zaqarclient.transport import errors
|
||||
|
||||
from zaqar.bench import config
|
||||
|
||||
@@ -25,7 +25,7 @@ curious_george.patch_all(thread=False, select=False)
|
||||
import gevent
|
||||
import marktime
|
||||
from six.moves import urllib
|
||||
from zaqarclient.queues.v1 import client
|
||||
from zaqarclient.queues import client
|
||||
from zaqarclient.transport import errors
|
||||
|
||||
from zaqar.bench import config
|
||||
|
||||
@@ -25,7 +25,7 @@ from gevent import monkey as curious_george
|
||||
curious_george.patch_all(thread=False, select=False)
|
||||
import gevent
|
||||
import marktime
|
||||
from zaqarclient.queues.v1 import client
|
||||
from zaqarclient.queues import client
|
||||
from zaqarclient.transport import errors
|
||||
|
||||
from zaqar.bench import config
|
||||
|
||||
Reference in New Issue
Block a user