From bbe50383dcadddd3f065d7d8679011731b46bc48 Mon Sep 17 00:00:00 2001 From: "wwoods@metroid.rdu.redhat.com" <> Date: Mon, 12 Feb 2007 13:08:28 -0500 Subject: [PATCH] oops, left in half-baked code --- pypungi/pungi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pypungi/pungi.py b/pypungi/pungi.py index d0bc433d..94c849b7 100755 --- a/pypungi/pungi.py +++ b/pypungi/pungi.py @@ -23,7 +23,6 @@ class Pungi: def __init__(self, config): self.config = config self.prodpath = 'Fedora' # Probably should be defined elsewhere - self.archreldir = self.archdir = os.path.join(self.config.get('default', 'destdir'), self.config.get('default', 'version'), self.config.get('default', 'flavor'),