Merge branch 'master' into python3

This commit is contained in:
Joe
2018-06-08 14:32:27 +00:00
committed by GitHub
7 changed files with 15 additions and 102 deletions

View File

@@ -24,7 +24,6 @@ import os
import glob
import sys
import logging
import gobject
from whipper.command.basecommand import BaseCommand
from whipper.common import (
accurip, config, drive, program, task
@@ -32,8 +31,6 @@ from whipper.common import (
from whipper.program import cdrdao, cdparanoia, utils
from whipper.result import result
gobject.threads_init()
logger = logging.getLogger(__name__)