~heckyel/librevideoconverter

0e4495fe7cd627fb6c4c0a4cfe286dcf033b1558 — Jesús 3 years ago 28e3a74
runtests.py: pep8
1 files changed, 2 insertions(+), 1 deletions(-)

M test/runtests.py
M test/runtests.py => test/runtests.py +2 -1
@@ 1,7 1,8 @@
try:
    import lvc
except ImportError:
    import os.path, sys
    import os.path
    import sys
    lvc_path = os.path.join(os.path.dirname(__file__), '..')
    sys.path.append(lvc_path)