pyFlakes issues fixed. Simple refactoring

pull/399/head
Przemek Wirkus 2014-07-09 11:18:45 +01:00
parent f55c0aca43
commit e7c8010fe5
1 changed files with 2 additions and 5 deletions

View File

@ -15,14 +15,11 @@ See the License for the specific language governing permissions and
limitations under the License.
"""
from host_test import Test, DefaultTest
from host_test import DefaultTest
from time import time
from sys import stdout
class WaitusTest(DefaultTest):
def print_result(self, result):
print "\n{%s}\n{end}" % result
def run(self):
test_result = True
# First character to start test (to know after reset when test starts)