From 10bd0e29f7580de5d639e4ace459d11a46baa2ab Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 24 May 2016 23:04:12 +0200 Subject: [PATCH] Make __init__.py a bit more simple --- __init__.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/__init__.py b/__init__.py index 2e194c4..c10a888 100644 --- a/__init__.py +++ b/__init__.py @@ -1,7 +1 @@ -import linklist - -class LinkListPlugin(linklist.LinkListPlugin): - pass - -class LinkListCommand(linklist.LinkListCommand): - pass +from linklist import *