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