Do not import *
This commit is contained in:
parent
44a5f1718a
commit
a4fd04158e
2 changed files with 39 additions and 7 deletions
|
@ -2,9 +2,15 @@ import os
|
|||
import subprocess
|
||||
import sys
|
||||
import time
|
||||
import datetime
|
||||
|
||||
from .utils import *
|
||||
|
||||
from .utils import (
|
||||
compat_subprocess_get_DEVNULL,
|
||||
encodeFilename,
|
||||
PostProcessingError,
|
||||
shell_quote,
|
||||
subtitles_filename,
|
||||
)
|
||||
|
||||
|
||||
class PostProcessor(object):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue