Merge pull request #90 from mz0/fix-import-abc
fix AttributeError: module 'collections' has no attribute 'abc'
This commit is contained in:
		
						commit
						bc3b595cc3
					
				| @ -1,6 +1,7 @@ | ||||
| # readrides.py | ||||
| 
 | ||||
| import csv | ||||
| import collections.abc | ||||
| 
 | ||||
| def read_rides_as_tuples(filename): | ||||
|     ''' | ||||
|  | ||||
| @ -1,6 +1,7 @@ | ||||
| # colreader.py | ||||
| 
 | ||||
| import collections | ||||
| import collections.abc | ||||
| import csv | ||||
| 
 | ||||
| class DataCollection(collections.abc.Sequence): | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user