From 811f1f605aee73af096fed6a28e8cb5f964c7032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Ba=C5=9Faran?= Date: Mon, 1 Feb 2016 17:02:11 +0200 Subject: [PATCH] =?UTF-8?q?removed=20ipl=C4=B1gin=20interface?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opt/ahenk/base/plugin/IPlugin.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 opt/ahenk/base/plugin/IPlugin.py diff --git a/opt/ahenk/base/plugin/IPlugin.py b/opt/ahenk/base/plugin/IPlugin.py deleted file mode 100644 index c6097f6..0000000 --- a/opt/ahenk/base/plugin/IPlugin.py +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# Author: İsmail BAŞARAN - - class IPlugin(object): - """docstring for IPlugin""" - def __init__(self, arg): - super(IPlugin, self).__init__() - self.arg = arg