From 8b5b890df72b88e3d927db075a95d3afb9cd776f Mon Sep 17 00:00:00 2001
From: Denis Fomin <fominde@gmail.com>
Date: Sat, 8 Oct 2011 22:56:10 +0300
Subject: [PATCH] remove wrong plugin

---
 exec_command/__init__.py     |  1 -
 exec_command/exec_command.py | 23 -----------------------
 exec_command/manifest.ini    |  8 --------
 3 files changed, 32 deletions(-)
 delete mode 100644 exec_command/__init__.py
 delete mode 100644 exec_command/exec_command.py
 delete mode 100644 exec_command/manifest.ini

diff --git a/exec_command/__init__.py b/exec_command/__init__.py
deleted file mode 100644
index b0b1f65a..00000000
--- a/exec_command/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-from exec_command import ExecCommandPlugin
diff --git a/exec_command/exec_command.py b/exec_command/exec_command.py
deleted file mode 100644
index c8e922b1..00000000
--- a/exec_command/exec_command.py
+++ /dev/null
@@ -1,23 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from plugins import GajimPlugin
-from plugins.helpers import log_calls
-
-from common import gajim
-from command_system.implementation.execute import *
-
-class ExecCommandPlugin(GajimPlugin):
-
-    @log_calls('ExecCommandPlugin')
-    def init(self):
-        self.description = _('Add "show"("sh") command to command system. '
-            'Execute expression inside a shell, send output.')
-        self.config_dialog = None
-
-    @log_calls('ExecCommandPlugin')
-    def activate(self):
-        Show.enable()
-
-    @log_calls('ExecCommandPlugin')
-    def deactivate(self):
-        Show.disable()
diff --git a/exec_command/manifest.ini b/exec_command/manifest.ini
deleted file mode 100644
index 7641f08f..00000000
--- a/exec_command/manifest.ini
+++ /dev/null
@@ -1,8 +0,0 @@
-[info]
-name: Exec Command
-short_name: exec_command
-version: 0.1
-description: Add "show"("sh") command to command system. Execute expression inside a shell, send output.
-authors = Denis Fomin <fominde@gmail.com>
-homepage = http://trac-plugins.gajim.org/wiki/
-
-- 
GitLab