default to None, not empty list
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
29ae02565c
commit
08762330e1
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue