X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/3a113e91bcbc8e34d9ef66915ccec80e6187332b..92089d8842643d8cb8f1541e0908c978894326bd:/services/ip/handler.py?ds=sidebyside diff --git a/services/ip/handler.py b/services/ip/handler.py index 2bbc288..cf2c18b 100644 --- a/services/ip/handler.py +++ b/services/ip/handler.py @@ -12,11 +12,7 @@ from pymin.service.util import Restorable, ConfigWriter, InitdHandler, \ DictComposedSubHandler, ListSubHandler, \ Device, Address, ExecutionError -__all__ = ('IpHandler', 'get_service') - - -def get_service(config): - return IpHandler(config.ip.pickle_dir, config.ip.config_dir) +__all__ = ('IpHandler') class Hop(Sequence):