diff options
| author | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2009-01-05 13:50:32 -0500 |
|---|---|---|
| committer | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2009-01-05 13:50:32 -0500 |
| commit | de3320e82e5a14fe54ebb27a0ef0c0cb381128f4 (patch) | |
| tree | 131e399b7a1391fcb368396c2c931c2d11b9ac04 /modules/sourceball.py | |
| parent | 5cada39e063281f8f0be7a55f4ce2d30ae5432a9 (diff) | |
| download | fedora-devshell-de3320e82e5a14fe54ebb27a0ef0c0cb381128f4.tar.gz fedora-devshell-de3320e82e5a14fe54ebb27a0ef0c0cb381128f4.tar.xz fedora-devshell-de3320e82e5a14fe54ebb27a0ef0c0cb381128f4.zip | |
fixed package to differentiate between canonical name and rpm name
Diffstat (limited to 'modules/sourceball.py')
| -rw-r--r-- | modules/sourceball.py | 3 |
1 files changed, 3 insertions, 0 deletions
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'] |
