fix: removed unused imports

fix: improvements for Python 2 support
fix: improvements for pip installation
This commit is contained in:
cr0hn
2016-02-28 18:28:47 +01:00
parent 556d9c5873
commit 549a7bb05a
7 changed files with 17 additions and 14 deletions

View File

@@ -2,9 +2,9 @@
import logging
from modules import IModule
from libs.core.models import StringField, IntegerField
from libs.core.structs import CommonData
from .. import IModule
from ...libs.core.structs import CommonData
from ...libs.core.models import StringField, IntegerField
from .redis_dump import action_redis_dump
from .redis_shell import action_redis_shell