used unittest and remove unittest2 (#855)

This commit is contained in:
Asif Saifuddin Auvi 2018-04-29 23:46:59 +06:00 committed by GitHub
parent 824491b972
commit 491d7f389b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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