Skip to content

Commit 50d0a22

Browse files
committed
use unittest2 so python 2.6 doesn't blow up
1 parent 58783d8 commit 50d0a22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
nose==1.3.0
22
vcrpy==0.5.0
33
mock>=1.0.1
4+
unittest2

tests/test_swiftype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from swiftype import swiftype
22
import os
33
import time
4-
import unittest
4+
import unittest2 as unittest
55
import vcr
66
from mock import Mock
77

0 commit comments

Comments
 (0)