diff --git a/net/xeaf/rack/management/commands/coverage_structure_visitor.py b/net/xeaf/rack/management/commands/_coverage_structure_visitor.py similarity index 100% rename from net/xeaf/rack/management/commands/coverage_structure_visitor.py rename to net/xeaf/rack/management/commands/_coverage_structure_visitor.py diff --git a/net/xeaf/rack/management/commands/coverage_test_file_visitor.py b/net/xeaf/rack/management/commands/_coverage_test_file_visitor.py similarity index 100% rename from net/xeaf/rack/management/commands/coverage_test_file_visitor.py rename to net/xeaf/rack/management/commands/_coverage_test_file_visitor.py diff --git a/net/xeaf/rack/management/commands/rack_coverage.py b/net/xeaf/rack/management/commands/rack_coverage.py index be79158..e60745d 100644 --- a/net/xeaf/rack/management/commands/rack_coverage.py +++ b/net/xeaf/rack/management/commands/rack_coverage.py @@ -21,8 +21,8 @@ from django.conf import settings from django.core.management import CommandError from net.xeaf.rack.core import CoreCommand -from .coverage_structure_visitor import CoverageStructureVisitor -from .coverage_test_file_visitor import CoverageTestFileVisitor +from ._coverage_structure_visitor import CoverageStructureVisitor +from ._coverage_test_file_visitor import CoverageTestFileVisitor class Command(CoreCommand):