forked from ungleich-public/cdist
		
	Merge remote-tracking branch 'steven/issue/239'
This commit is contained in:
		
				commit
				
					
						b34eadece2
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -48,8 +48,8 @@ class DefaultList(list): | ||||||
|     @classmethod |     @classmethod | ||||||
|     def create(cls, initial=None): |     def create(cls, initial=None): | ||||||
|         if initial: |         if initial: | ||||||
|             initial = initial.split('\n') |             return cls(initial.split('\n')) | ||||||
|         return cls(initial) |         return cls() | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class Emulator(object): | class Emulator(object): | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue