From de3320e82e5a14fe54ebb27a0ef0c0cb381128f4 Mon Sep 17 00:00:00 2001 From: "Yaakov M. Nemoy" Date: Mon, 5 Jan 2009 13:50:32 -0500 Subject: fixed package to differentiate between canonical name and rpm name --- modules/sourceball.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/sourceball.py') diff --git a/modules/sourceball.py b/modules/sourceball.py index 8364eda..5213433 100644 --- a/modules/sourceball.py +++ b/modules/sourceball.py @@ -65,5 +65,8 @@ class SourceBall(Package): raise ExecutionException(e, 'something went wrong') #TODO: figure out what exceptions TarFile will throw + @property + def sourceball(self): + return self.cfg['sourceball'] __all__ = ['SourceBall'] -- cgit