From 143499e33384e568e228023f4e3d50dcb2b4a3be Mon Sep 17 00:00:00 2001 From: Robert-André Mauchin Date: Mar 23 2019 22:24:19 +0000 Subject: Add the missing logging import back It was incorrectly removed during cleanup. Fix #349. --- diff --git a/plugins/shell_api.py b/plugins/shell_api.py index 16ec834..ac2cd51 100644 --- a/plugins/shell_api.py +++ b/plugins/shell_api.py @@ -20,6 +20,7 @@ Plugin module acting as an interface between, simple, shell-based plugins and the regular python plugins. """ +import logging # pylint: disable=W0611 import os import os.path import re