forked from adamm/git-importer
Split GitExporter out of Importer class
This commit is contained in:
@@ -7,7 +7,8 @@ from lib.db_revision import DBRevision
|
||||
|
||||
|
||||
class TestExporter:
|
||||
""""Helper class to export data from production DB for tests"""
|
||||
""" "Helper class to export data from production DB for tests"""
|
||||
|
||||
def __init__(self, package):
|
||||
self.package = package
|
||||
|
||||
|
||||
Reference in New Issue
Block a user