Rename module
This commit is contained in:
parent
67379c67cc
commit
5b58c2892d
2 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
)
|
||||
from .collect import create_collection, data_for_path
|
||||
from .config import init_config
|
||||
from .git import Differ
|
||||
from .patch import Differ
|
||||
from .render import render_diff
|
||||
|
||||
INITIALIZING, COLLECTED, DIFFED = range(3)
|
||||
|
|
|
|||
Loading…
Reference in a new issue