~heckyel/librevideoconverter

7a1417b7c3fb4597010788b0db6e6985211e6716 — Jesús 3 years ago ff4bb5f
Fix rebrand
1 files changed, 1 insertions(+), 1 deletions(-)

M lvc/execute.py
M lvc/execute.py => lvc/execute.py +1 -1
@@ 41,7 41,7 @@ class Popen(subprocess.Popen):


def check_output(commandline, **kwargs):
    """MVC version of subprocess.check_output.
    """LVC version of subprocess.check_output.

    This performs the same default behavior as the Popen class.
    """