From ed1b78c16b0dc50bdf8141aad16164c5364f4347 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 4 May 2017 22:36:48 -0400 Subject: [PATCH] Move unicode Python script into libstd_unicode crate. The only place this Python script is used is inside the libstd_unicode crate, so lets move it there. --- src/libstd_unicode/tables.rs | 2 +- src/{etc => libstd_unicode}/unicode.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/{etc => libstd_unicode}/unicode.py (99%) diff --git a/src/libstd_unicode/tables.rs b/src/libstd_unicode/tables.rs index 7a5667b96a50c..7173040350ed9 100644 --- a/src/libstd_unicode/tables.rs +++ b/src/libstd_unicode/tables.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// NOTE: The following code was generated by "src/etc/unicode.py", do not edit directly +// NOTE: The following code was generated by "./unicode.py", do not edit directly #![allow(missing_docs, non_upper_case_globals, non_snake_case)] diff --git a/src/etc/unicode.py b/src/libstd_unicode/unicode.py similarity index 99% rename from src/etc/unicode.py rename to src/libstd_unicode/unicode.py index e5389c112e811..5f9def02c7d11 100755 --- a/src/etc/unicode.py +++ b/src/libstd_unicode/unicode.py @@ -35,7 +35,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// NOTE: The following code was generated by "src/etc/unicode.py", do not edit directly +// NOTE: The following code was generated by "./unicode.py", do not edit directly #![allow(missing_docs, non_upper_case_globals, non_snake_case)] '''