about summary refs log tree commit diff
path: root/src/libstd_unicode/unicode.py
AgeCommit message (Collapse)AuthorLines
2017-05-04Move unicode Python script into libstd_unicode crate.Corey Farwell-0/+591
The only place this Python script is used is inside the libstd_unicode crate, so lets move it there.