Kevin Kofler f97568
From 4004c87d935712cdafe0e1319387d55e651b7703 Mon Sep 17 00:00:00 2001
Kevin Kofler f97568
From: Neal Gompa <ngompa13@gmail.com>
Kevin Kofler f97568
Date: Fri, 2 Dec 2016 08:52:11 -0500
Kevin Kofler f97568
Subject: [PATCH] Fix import for compatibility with livecd-tools v24
Kevin Kofler f97568
Kevin Kofler f97568
---
Kevin Kofler f97568
 appcreate/__init__.py | 2 +-
Kevin Kofler f97568
 1 file changed, 1 insertion(+), 1 deletion(-)
Kevin Kofler f97568
Kevin Kofler f97568
diff --git a/appcreate/__init__.py b/appcreate/__init__.py
Kevin Kofler f97568
index 4bed653..0c4cebf 100644
Kevin Kofler f97568
--- a/appcreate/__init__.py
Kevin Kofler f97568
+++ b/appcreate/__init__.py
Kevin Kofler f97568
@@ -19,7 +19,7 @@
Kevin Kofler f97568
 
Kevin Kofler f97568
 from imgcreate.live import *
Kevin Kofler f97568
 from imgcreate.creator import *
Kevin Kofler f97568
-from imgcreate.yuminst import *
Kevin Kofler f97568
+from imgcreate.dnfinst import *
Kevin Kofler f97568
 from imgcreate.kickstart import *
Kevin Kofler f97568
 from imgcreate.fs import *
Kevin Kofler f97568
 from imgcreate.debug import *
Kevin Kofler f97568
-- 
Kevin Kofler f97568
2.9.3 (Apple Git-75)
Kevin Kofler f97568