@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
import mock
from unittest import mock
import unittest
from pungi.arch import (
@ -1,4 +1,4 @@
try:
import unittest2 as unittest
@ -1,7 +1,7 @@
import logging
@ -7,7 +7,7 @@ except ImportError:
import six
from pungi import checks
from tests.helpers import load_config, PKGSET_REPOS
import os
@ -2,7 +2,7 @@
from six.moves import StringIO
@ -8,7 +8,7 @@ except ImportError:
import glob
from pungi.module_util import Modulemd
from productmd.extra_files import ExtraFiles
from pungi.phases.gather.methods import method_deps as deps
from tests import helpers
from collections import namedtuple
import copy
@ -4,7 +4,7 @@ import copy
import json
@ -5,7 +5,7 @@ try:
except ImportError:
from pungi.phases.gather.sources.source_module import GatherSourceModule
@ -4,7 +4,7 @@ try:
import tempfile
import itertools
import errno
import stat
from pungi import media_split
from datetime import datetime
@ -9,7 +9,7 @@ import shutil
import subprocess
from textwrap import dedent
from six.moves import configparser
@ -4,7 +4,7 @@
import yaml
import ddt
@ -6,7 +6,7 @@ try:
import pungi.phases.repoclosure as repoclosure_phase
from pungi.runroot import Runroot
import pungi.phases.test as test_phase
import shutil
import argparse