# with this program; if not, write to the Free Software Foundation, Inc., 59
# Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-import os, sys, re
-import ConfigParser
+import os
from wic import msger
from wic import kickstart
# with this program; if not, write to the Free Software Foundation, Inc., 59
# Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-import os, sys, re
+import os, sys
from optparse import SUPPRESS_HELP
from wic import msger
# Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from __future__ import with_statement
-import os, sys
+import os
import tempfile
import shutil
#
import os
-import stat
import shutil
from wic import kickstart, msger
# Tom Zanussi <tom.zanussi (at] linux.intel.com>
#
-import shutil
import os
import tempfile
# with this program; if not, write to the Free Software Foundation, Inc., 59
# Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-import os
-import shutil
from wic import msger
from wic.utils import errors
# Tom Zanussi <tom.zanussi (at] linux.intel.com>
#
-import os
-import shutil
-import re
-import tempfile
-
from wic import msger
from wic.utils import misc, fs_related, errors, runner, cmdln
from wic.conf import configmgr
import os
import shutil
-import re
-import tempfile
from wic import kickstart, msger
from wic.utils import misc, fs_related, errors, runner, cmdln
#
import os
-import shutil
-import re
-import tempfile
from wic import kickstart, msger
from wic.utils import misc, fs_related, errors, runner, cmdln
#
import os
-import re
from wic import msger
from wic.pluginbase import SourcePlugin
#
import os
-import re
from wic import msger
from wic.pluginbase import SourcePlugin
#
import os
-import shutil
-import re
-import tempfile
from wic import kickstart, msger
from wic.utils import misc, fs_related, errors, runner, cmdln
from __future__ import with_statement
import os
-import sys
import errno
-import stat
-import random
-import string
-import time
-import uuid
from wic import msger
from wic.utils import runner
# Temple Place - Suite 330, Boston, MA 02111-1307, USA.
import os
-import sys
import time
def build_name(kscfg, release=None, prefix = None, suffix = None):
# with this program; if not, write to the Free Software Foundation, Inc., 59
# Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-import os
-
from wic import msger
from wic.utils import runner
from wic.utils.errors import ImageError