From a1010fb6ca43beaa23834b62fffdcb19baa7024a Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 18 Oct 2011 05:52:42 +0200 Subject: [PATCH] [eit.*] more code cleanup --- server/eit/commands/command.py | 1 - server/eit/commands/help.py | 2 +- server/eit/commands/own.py | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/server/eit/commands/command.py b/server/eit/commands/command.py index bc8a99dbc..3d64d0aed 100644 --- a/server/eit/commands/command.py +++ b/server/eit/commands/command.py @@ -10,7 +10,6 @@ """ from entropy.i18n import _ -from entropy.const import etpConst from entropy.output import darkgreen, print_error from entropy.exceptions import PermissionDenied from entropy.server.interfaces import Server diff --git a/server/eit/commands/help.py b/server/eit/commands/help.py index 6a3020c5c..bbf9fc3c2 100644 --- a/server/eit/commands/help.py +++ b/server/eit/commands/help.py @@ -12,7 +12,7 @@ import argparse from entropy.i18n import _ -from entropy.output import purple, teal, darkgreen, decolorize +from entropy.output import purple, teal, darkgreen from eit.colorful import ColorfulFormatter, ColorfulStr from eit.commands.descriptor import EitCommandDescriptor diff --git a/server/eit/commands/own.py b/server/eit/commands/own.py index 5cd497251..7ff034161 100644 --- a/server/eit/commands/own.py +++ b/server/eit/commands/own.py @@ -14,7 +14,6 @@ import argparse from entropy.i18n import _ from entropy.const import etpUi -from entropy.output import purple from eit.commands.descriptor import EitCommandDescriptor from eit.commands.command import EitCommand