From a9249e3c315c4f508fad1668ab74457ca05e1b9a Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 12 Jun 2008 11:24:54 -0400 Subject: [PATCH] Don't import the files that I've removed. --- src/bin/pungi.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/pungi.py b/src/bin/pungi.py index 02b94212..2d9c217f 100755 --- a/src/bin/pungi.py +++ b/src/bin/pungi.py @@ -13,9 +13,8 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. import os +import pypungi import pypungi.config -import pypungi.gather -import pypungi.pungi import yum import pykickstart.parser import pykickstart.version