diff --git a/executor/di/hanlers.py b/executor/di/hanlers.py index 9365e59..18b7b79 100644 --- a/executor/di/hanlers.py +++ b/executor/di/hanlers.py @@ -1,6 +1,8 @@ __author__ = 'RemiZOffAlex' __email__ = 'remizoffalex@mail.ru' +from executor.proto.git import handler_Git_Config + def register(dictionary): - dictionary.register() \ No newline at end of file + dictionary.register('git.config', handler_Git_Config)