From 648d3a6f1ec6a6a48cdb05832b52190cf282d3f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Eduardo?= Date: Wed, 17 Jan 2018 19:29:45 -0500 Subject: pep8 en test/runtests.py --- test/runtests.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/runtests.py') diff --git a/test/runtests.py b/test/runtests.py index 83c75f3..15c99ab 100644 --- a/test/runtests.py +++ b/test/runtests.py @@ -1,3 +1,8 @@ +from test_video import * +from test_converter import * +from test_conversion import * +from test_utils import * + try: import lvc except ImportError: @@ -5,11 +10,6 @@ except ImportError: lvc_path = os.path.join(os.path.dirname(__file__), '..') sys.path.append(lvc_path) -from test_video import * -from test_converter import * -from test_conversion import * -from test_utils import * - if __name__ == "__main__": import unittest from lvc.widgets import initialize -- cgit v1.2.3