diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-03 23:47:18 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-03 23:47:18 +0200 |
commit | b92627b162d3db44e683e92ad78cb713f7557f8d (patch) | |
tree | 7cca4ebca195f40bab765bd045775ef639e9ebd8 /plugins | |
parent | 72649c40b6278dbc29a595517fa11948d4df0532 (diff) | |
parent | a32293a8bbb0a90512d4f8e0fbc385257b29e72a (diff) | |
download | portato-b92627b162d3db44e683e92ad78cb713f7557f8d.tar.gz portato-b92627b162d3db44e683e92ad78cb713f7557f8d.tar.bz2 portato-b92627b162d3db44e683e92ad78cb713f7557f8d.zip |
Merged in the new plugin window and the plugin deps
Diffstat (limited to '')
-rw-r--r-- | plugins/etc_proposals.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/etc_proposals.py b/plugins/etc_proposals.py index f02cef5..07f9a80 100644 --- a/plugins/etc_proposals.py +++ b/plugins/etc_proposals.py @@ -18,7 +18,7 @@ from subprocess import Popen class EtcProposals (Plugin): __author__ = "René 'Necoro' Neumann" __description__ = "Adds support for <b>etc-proposals</b>, a graphical etc-update replacement." - __dependency__ = "app-portage/etc-proposals" + __dependency__ = ["app-portage/etc-proposals"] def __init__ (self): Plugin.__init__(self) |