Add a proxy attribute to Payload.
---
pyanaconda/packaging/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyanaconda/packaging/__init__.py b/pyanaconda/packaging/__init__.py index fe8c436..236fb5c 100644 --- a/pyanaconda/packaging/__init__.py +++ b/pyanaconda/packaging/__init__.py @@ -119,6 +119,7 @@ class Payload(object): """ Payload is an abstract class for OS install delivery methods. """ def __init__(self, data): self.data = data + self.proxy = None def setup(self, storage): """ Do any payload-specific setup. """ -- 1.7.9.3 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list |
| All times are GMT. The time now is 06:18 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.