Пример #1
0
    def reload_squid(self):
        """
        Reload squid service

        Uses the old API
        """
        from mmc.support.mmctools import ServiceManager
        SM = ServiceManager(self.squidInit, self.squidPid)
        SM.reload()