Do not import *

This commit is contained in:
Philipp Hagemeister 2013-10-15 02:07:26 +02:00
parent 44a5f1718a
commit a4fd04158e
2 changed files with 39 additions and 7 deletions

View file

@ -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):