mirror of https://github.com/celery/kombu.git
used unittest and remove unittest2 (#855)
This commit is contained in:
parent
824491b972
commit
491d7f389b
|
@ -4,7 +4,7 @@ import random
|
||||||
import socket
|
import socket
|
||||||
import string
|
import string
|
||||||
import time
|
import time
|
||||||
import unittest2 as unittest
|
import unittest
|
||||||
import warnings
|
import warnings
|
||||||
import weakref
|
import weakref
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue