Rename Exporter to TestExporter to make it more obvious

This commit is contained in:
Stephan Kulow
2022-11-02 07:39:04 +01:00
parent a8dfd80fdd
commit 9de0d6e6c5
2 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,8 @@ from lib.db import DB
from lib.db_revision import DBRevision
class Exporter:
class TestExporter:
""""Helper class to export data from production DB for tests"""
def __init__(self, package):
self.package = package