remove unused constant

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-06 17:47:08 +02:00
parent 3a1cea6887
commit c0854ebb2e
1 changed files with 0 additions and 3 deletions

View File

@ -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.