From c0854ebb2e00041fd1f3d69dacaff86c52f8962b Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Thu, 6 Oct 2011 17:47:08 +0200 Subject: [PATCH] remove unused constant Signed-off-by: Steven Armstrong --- lib/cdist/core/property.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/cdist/core/property.py b/lib/cdist/core/property.py index e22e33cd..790ff802 100644 --- a/lib/cdist/core/property.py +++ b/lib/cdist/core/property.py @@ -25,9 +25,6 @@ import collections import cdist -DOT_CDIST = '.cdist' - - class FileList(collections.MutableSequence): """A list that stores it's state in a file.