Rename Exporter to TestExporter to make it more obvious
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user