修正了一些错误
This commit is contained in:
@@ -20,12 +20,13 @@ from lib.Projectrans.Utils import (
|
||||
from lib.Projectrans.Phase1Generator import Phase1Generator
|
||||
from lib.Projectrans.DeclarationGenerator import DeclarationGenerator
|
||||
from lib.Projectrans.Phase2Translator import Phase2Translator, _parallel_translate_worker
|
||||
from lib.Projectrans.Config import save_sha1_map, Load_sha1_map, Load_project_config, resolve_paths, main
|
||||
from lib.Projectrans.Config import save_sha1_map, Load_sha1_map, get_sha1_map_store, clear_sha1_map_store, Load_project_config, resolve_paths, main
|
||||
|
||||
__all__ = [
|
||||
'compute_sha1', '_check_annotation_for_export', 'sha1_file',
|
||||
'get_file_dependencies', 'find_reachable_files_from_entries',
|
||||
'topological_sort_files', 'Phase1Generator', 'DeclarationGenerator',
|
||||
'Phase2Translator', '_parallel_translate_worker',
|
||||
'save_sha1_map', 'Load_sha1_map', 'Load_project_config', 'resolve_paths', 'main'
|
||||
'save_sha1_map', 'Load_sha1_map', 'get_sha1_map_store', 'clear_sha1_map_store',
|
||||
'Load_project_config', 'resolve_paths', 'main'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user