Rename module

This commit is contained in:
Kovid Goyal
2018-05-06 10:35:01 +05:30
parent 67379c67cc
commit 5b58c2892d
2 changed files with 1 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ from ..tui.operations import (
)
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)