From 5be945062886d491b9b857162c18d127774abc5f Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 26 Feb 2020 17:21:36 +0000 Subject: [PATCH] commands module no longer relies on pemissions module --- src/core_modules/commands/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core_modules/commands/__init__.py b/src/core_modules/commands/__init__.py index 0e3955d0..a5c5faa6 100644 --- a/src/core_modules/commands/__init__.py +++ b/src/core_modules/commands/__init__.py @@ -1,5 +1,4 @@ #--depends-on config -#--depends-on permissions import enum, re, shlex, string, traceback, typing from src import EventManager, IRCLine, ModuleManager, utils