default to None, not empty list

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/4.0-pre-not-stable
Steven Armstrong 11 years ago
parent 29ae02565c
commit 08762330e1
  1. 1
      cdist/emulator.py

1
cdist/emulator.py vendored

@ -49,7 +49,6 @@ class DefaultList(list):
def create(cls, initial=None):
if initial:
return cls(initial.split('\n'))
return cls()
class Emulator(object):

Loading…
Cancel
Save