URI: 
       tdo not self-enable plot plugin - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 2e86ba7d818e0f300d0e8ae491eaa1d0066824c3
   DIR parent 699b22565c815b0368f71b3998d9c3a8a87aaf64
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Wed,  7 Jan 2015 03:12:50 +0100
       
       do not self-enable plot plugin
       
       Diffstat:
         M plugins/plot.py                     |       9 ---------
       
       1 file changed, 0 insertions(+), 9 deletions(-)
       ---
   DIR diff --git a/plugins/plot.py b/plugins/plot.py
       t@@ -35,15 +35,6 @@ class Plugin(BasePlugin):
                else:
                    return False
        
       -
       -
       -    def is_enabled(self):
       -        if not self.is_available():
       -            return False
       -        else:
       -            return True
       -
       -
            @hook
            def init_qt(self, gui):
                self.win = gui.main_window