Skip to content

Commit

Permalink
removed unused imports from base test
Browse files Browse the repository at this point in the history
Change-Id: Ib0f0e0854680cf73f403ab463c76c9e96f0fb6f8
Reviewed-on: http://review.couchbase.org/57073
Tested-by: Mark Nunberg <mark.nunberg@couchbase.com>
Reviewed-by: Volker Mische <volker.mische@gmail.com>
  • Loading branch information
mnunberg authored and Mark Nunberg committed Nov 24, 2015
1 parent 7b4702d commit cb59f68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions couchbase/tests/base.py
Expand Up @@ -15,7 +15,6 @@

from __future__ import absolute_import

import os
import sys
import types
import platform
Expand All @@ -33,13 +32,11 @@

from testresources import ResourcedTestCase, TestResourceManager

from couchbase.exceptions import CouchbaseError
from couchbase.admin import Admin
from couchbase.mockserver import CouchbaseMock, BucketSpec, MockControlClient
from couchbase.result import (
MultiResult, ValueResult, OperationResult, ObserveInfo, Result)
from couchbase._pyport import basestring
from couchbase.connstr import ConnectionString

CONFIG_FILE = 'tests.ini' # in cwd

Expand Down

0 comments on commit cb59f68

Please sign in to comment.