Skip to content
Snippets Groups Projects
  • Georges Racinet's avatar
    e890e844cb26
    General project structure · e890e844cb26
    Georges Racinet authored
    we will have a `gitaly` Mercurial extension, but that should
    be just a thin registration layer for our command.
    
    Most of the code will be in the `hgitaly` package, for maximum
    flexibility and future proofing in case we really to evade from
    the extension thing.
    e890e844cb26
    History
    General project structure
    Georges Racinet authored
    we will have a `gitaly` Mercurial extension, but that should
    be just a thin registration layer for our command.
    
    Most of the code will be in the `hgitaly` package, for maximum
    flexibility and future proofing in case we really to evade from
    the extension thing.
__init__.py 157 B
# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)