Skip to content

Commit 9155a95

Browse files
committed
Import SkipTest correctly in Python 2.6.
1 parent 3456019 commit 9155a95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_topology.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
import socket
2222
import threading
23-
from unittest import SkipTest
2423

2524
from bson.py3compat import imap
2625
from pymongo import common
@@ -37,7 +36,7 @@
3736
from pymongo.server_selectors import (any_server_selector,
3837
writable_server_selector)
3938
from pymongo.settings import TopologySettings
40-
from test import unittest, client_knobs
39+
from test import client_knobs, SkipTest, unittest
4140
from test.utils import wait_until
4241

4342

0 commit comments

Comments
 (0)