From ae6eee1a8d340479132b626b354712f973ee6251 Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Wed, 23 May 2018 14:10:53 -0800 Subject: [PATCH] Added myself as contributor --- src/__init__.py | 2 +- src/cogs/git.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/__init__.py b/src/__init__.py index 0f704d9..dd592fd 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -6,7 +6,7 @@ Sebi-Machine. __author__ = 'Annihilator708' # TODO: add yourselves here. I can't remember everyones handles. -__contributors__ = (__author__, 'Neko404NotFound',) +__contributors__ = (__author__, 'Neko404NotFound', 'Dusty.P') __license__ = 'MIT' __title__ = 'Sebi-Machine' __version__ = 'tbd' diff --git a/src/cogs/git.py b/src/cogs/git.py index a49ec95..85589bc 100644 --- a/src/cogs/git.py +++ b/src/cogs/git.py @@ -29,12 +29,12 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. import discord from discord.ext import commands -import logging -from ..shared_libs.utils import paginate, run_command, loggable +from src.shared_libs.utils import paginate, run_command +from src.shared_libs.loggable import Loggable import asyncio -class Git(loggable.Loggable): +class Git(Loggable): def __init__(self, bot): self.bot = bot