diff LICENSE.md @ 6863:bfd7fc9a814e

py3: replace list comprehension with for-loop due to scope The scope of the list comprehension variable 'x' will be limited to the list comprehension in python3. Thus switching to a full loop (without this scope restriction) in preparation for python3.
author Lars Kruse <devel@sumpfralle.de>
date Fri, 25 Aug 2017 14:32:31 +0200
parents 322ce5147fe0
children 80acba885189
line wrap: on
line diff