mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
fix update.TestCase: remove unused SilentPopen import, that class was removed
This commit is contained in:
parent
3b3d026ee3
commit
2a87ae5127
@ -18,7 +18,7 @@ if localmodule not in sys.path:
|
||||
|
||||
import fdroidserver.common
|
||||
import fdroidserver.update
|
||||
from fdroidserver.common import FDroidPopen, SilentPopen
|
||||
from fdroidserver.common import FDroidPopen
|
||||
|
||||
class UpdateTest(unittest.TestCase):
|
||||
'''fdroid update'''
|
||||
|
Loading…
Reference in New Issue
Block a user