From 478ee1a09627dd6d7e9e9440252b250176189e01 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 12 Oct 2011 20:30:08 +0200 Subject: [PATCH] -senseless comments Signed-off-by: Nico Schottelius --- lib/cdist/global_explorer.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/cdist/global_explorer.py b/lib/cdist/global_explorer.py index 8a9b8c73..fe0ea018 100644 --- a/lib/cdist/global_explorer.py +++ b/lib/cdist/global_explorer.py @@ -36,8 +36,6 @@ import cdist log = logging.getLogger(__name__) class GlobalExplorer(object): - """Execute explorers""" - def __init__(self, local_path, remote_path): self.local_path = local_path self.remote_path = remote_path