diff options
Diffstat (limited to '')
-rw-r--r-- | portato/plugin.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/portato/plugin.py b/portato/plugin.py index 08e651b..bf9dc91 100644 --- a/portato/plugin.py +++ b/portato/plugin.py @@ -17,7 +17,6 @@ from __future__ import absolute_import import os, os.path from xml.dom.minidom import parse from lxml import etree -from gettext import lgettext as _ from .constants import PLUGIN_DIR, XSD_LOCATION from .helper import debug, info, warning, error, flatten |