From 49040c80442fd839d21af080516f632c4ee6b6ba Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@freiheit.schottelius.org>
Date: Sun, 22 Feb 2015 22:14:18 +0100
Subject: [PATCH] remove unused constant DOT_CDIST

Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
---
 cdist/__init__.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/cdist/__init__.py b/cdist/__init__.py
index 20c76b31..e625a49e 100644
--- a/cdist/__init__.py
+++ b/cdist/__init__.py
@@ -41,8 +41,6 @@ BANNER = """
    "P'        ""         ""
 """
 
-DOT_CDIST   = ".cdist"
-
 REMOTE_COPY = "scp -o User=root -q"
 REMOTE_EXEC = "ssh -o User=root -q"