summaryrefslogtreecommitdiff
path: root/paste/util/import_string.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't raise StopIteration from generator, return insteadMiro Hron?ok2018-06-081-0/+95
See https://www.python.org/dev/peps/pep-0479/