remove unused constant
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
3a1cea6887
commit
c0854ebb2e
1 changed files with 0 additions and 3 deletions
|
@ -25,9 +25,6 @@ import collections
|
||||||
import cdist
|
import cdist
|
||||||
|
|
||||||
|
|
||||||
DOT_CDIST = '.cdist'
|
|
||||||
|
|
||||||
|
|
||||||
class FileList(collections.MutableSequence):
|
class FileList(collections.MutableSequence):
|
||||||
"""A list that stores it's state in a file.
|
"""A list that stores it's state in a file.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue