summaryrefslogtreecommitdiffhomepage
path: root/de-de/pythonlegacy-de.html.markdown
Commit message (Collapse)AuthorAgeLines
* Rename Python 2 markdown files into 'pythonlegacy'Simon Shine2020-02-12-0/+766
``` for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do flegacy=$(echo "$f" | sed 's/python/pythonlegacy/') git mv "$f" "$flegacy" done ```