mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 02:22:22 +02:00
Merge pull request #2608 from return42/unittest2
[py2to3] use unittest from py3, remove unittest2 from py2
This commit is contained in:
commit
e2fb500892
2 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,8 @@ import traceback
|
|||
|
||||
from os.path import dirname, join, abspath, realpath
|
||||
|
||||
from unittest import TestCase
|
||||
from splinter import Browser
|
||||
from unittest2 import TestCase
|
||||
|
||||
|
||||
class SearxTestLayer:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue