X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/3a113e91bcbc8e34d9ef66915ccec80e6187332b..fd09c4a43a9c0155e5b418246ca7f72632eefd8a:/services/qos/handler.py?ds=sidebyside diff --git a/services/qos/handler.py b/services/qos/handler.py index c175049..9b07bb0 100644 --- a/services/qos/handler.py +++ b/services/qos/handler.py @@ -10,11 +10,7 @@ from pymin.service.util import Restorable, ConfigWriter, InitdHandler, \ get_network_devices, ListComposedSubHandler, \ DictComposedSubHandler, ExecutionError -__all__ = ('QoSHandler', 'get_service') - - -def get_service(config): - return QoSHandler(config.qos.pickle_dir, config.qos.config_dir) +__all__ = ('QoSHandler') class DeviceError(HandlerError):