##// END OF EJS Templates
Second step in two-part process to rename directories....
Second step in two-part process to rename directories. This is the actual directory rename.

File last commit:

r4187:d1addaf7 kallithea-2.2.5-r...
r4187:d1addaf7 kallithea-2.2.5-r...
Show More
__init__.py
9 lines | 240 B | text/x-python | PythonLexer
from .repository import GitRepository
from .changeset import GitChangeset
from .inmemory import GitInMemoryChangeset
from .workdir import GitWorkdir
__all__ = [
'GitRepository', 'GitChangeset', 'GitInMemoryChangeset', 'GitWorkdir',
]