Removed unnecessary import in test_protect_call

This commit is contained in:
slush 2013-01-14 19:21:48 +01:00
parent db26da19a9
commit 80e25b1410
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
import unittest
import common
from bitkeylib import proto
from bitkeylib.client import CallException, PinException, OtpException
class TestProtectCall(common.BitkeyTest):