diff options
author | pux <pux@pux.dom> | 2020-02-13 06:37:10 +0100 |
---|---|---|
committer | pux <pux@pux.dom> | 2020-02-13 06:37:10 +0100 |
commit | e6ddd806775ffaddab997f19b0008ec893f766ff (patch) | |
tree | 4351f0efb02a21e48f362e8008be303e71ca8154 | |
parent | b4f05eb6d32692d5709e82fc2a17ca4f9e23101a (diff) | |
download | nstvid-e6ddd806775ffaddab997f19b0008ec893f766ff.tar.gz nstvid-e6ddd806775ffaddab997f19b0008ec893f766ff.tar.bz2 nstvid-e6ddd806775ffaddab997f19b0008ec893f766ff.zip |
remove shlex dep
-rwxr-xr-x | nstvid.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -15,7 +15,6 @@ from gooey import Gooey, GooeyParser import subprocess import os import glob -import shlex @Gooey(default_size=(800, 600), terminal_font_color="#FFFFFF", \ header_bg_color="#000000") |