summaryrefslogtreecommitdiff
path: root/paste/util/converters.py
Commit message (Collapse)AuthorAgeFilesLines
* Paste should not depend upon other paste modules, suchcce2006-09-211-0/+26
as Deploy. This patch moves 'converters' into paste.util since it was being used within paste proper. I'll leave it to those who know Deploy to update that. - copied converters.py from paste.deploy to paste.util - updated files that use paste.deploy.converters