fix update.TestCase: remove unused SilentPopen import, that class was removed

This commit is contained in:
Hans-Christoph Steiner 2015-01-20 22:43:55 +01:00
parent 3b3d026ee3
commit 2a87ae5127
1 changed files with 1 additions and 1 deletions

View File

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