[eit.commands.*] drop unused imports
This commit is contained in:
@@ -13,15 +13,7 @@ import sys
|
||||
import os
|
||||
import argparse
|
||||
|
||||
from entropy.const import etpConst
|
||||
from entropy.i18n import _
|
||||
from entropy.exceptions import PermissionDenied
|
||||
from entropy.output import print_error, darkgreen, \
|
||||
teal, brown, darkred, bold, purple, blue
|
||||
|
||||
from text_tools import print_table
|
||||
|
||||
import entropy.tools
|
||||
|
||||
from eit.commands.descriptor import EitCommandDescriptor
|
||||
from eit.commands.commit import EitCommit
|
||||
|
||||
@@ -13,14 +13,8 @@ import sys
|
||||
import os
|
||||
import argparse
|
||||
|
||||
from entropy.const import etpConst
|
||||
from entropy.output import darkgreen, blue
|
||||
from entropy.i18n import _
|
||||
from entropy.exceptions import PermissionDenied
|
||||
|
||||
from text_tools import print_table
|
||||
|
||||
import entropy.tools
|
||||
|
||||
from eit.commands.descriptor import EitCommandDescriptor
|
||||
from eit.commands.command import EitCommand
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"""
|
||||
from entropy.const import etpConst
|
||||
from entropy.output import darkgreen, print_error
|
||||
from entropy.exceptions import PermissionDenied
|
||||
from entropy.server.interfaces import Server
|
||||
from entropy.core.settings.base import SystemSettings
|
||||
|
||||
|
||||
@@ -13,13 +13,9 @@ import sys
|
||||
import os
|
||||
import argparse
|
||||
|
||||
from entropy.const import etpConst
|
||||
from entropy.i18n import _
|
||||
from entropy.exceptions import PermissionDenied
|
||||
from entropy.output import print_error, darkgreen, teal, brown, \
|
||||
darkred, bold, purple, blue, red, green
|
||||
|
||||
from text_tools import print_table
|
||||
from entropy.output import darkgreen, teal, brown, \
|
||||
darkred, bold, purple, blue, red
|
||||
|
||||
import entropy.tools
|
||||
|
||||
|
||||
@@ -13,15 +13,7 @@ import sys
|
||||
import os
|
||||
import argparse
|
||||
|
||||
from entropy.const import etpConst
|
||||
from entropy.i18n import _
|
||||
from entropy.exceptions import PermissionDenied
|
||||
from entropy.output import print_error, darkgreen, \
|
||||
teal, brown, darkred, bold, purple, blue
|
||||
|
||||
from text_tools import print_table
|
||||
|
||||
import entropy.tools
|
||||
|
||||
from eit.commands.descriptor import EitCommandDescriptor
|
||||
from eit.commands.commit import EitCommit
|
||||
|
||||
@@ -15,14 +15,11 @@ import argparse
|
||||
|
||||
from entropy.const import etpConst
|
||||
from entropy.i18n import _
|
||||
from entropy.exceptions import PermissionDenied
|
||||
from entropy.output import print_error, darkgreen, \
|
||||
teal, brown, darkred, bold, purple, blue
|
||||
from entropy.output import darkgreen, teal, brown, darkred, \
|
||||
bold, purple, blue
|
||||
|
||||
from text_tools import print_table
|
||||
|
||||
import entropy.tools
|
||||
|
||||
from eit.commands.descriptor import EitCommandDescriptor
|
||||
from eit.commands.command import EitCommand
|
||||
|
||||
|
||||
Reference in New Issue
Block a user