]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/data/buildtool/renderers/unix_exec.py
ICU-66108.tar.gz
[apple/icu.git] / icuSources / data / buildtool / renderers / unix_exec.py
diff --git a/icuSources/data/buildtool/renderers/unix_exec.py b/icuSources/data/buildtool/renderers/unix_exec.py
deleted file mode 100644 (file)
index 468f413..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright (C) 2018 and later: Unicode, Inc. and others.
-# License & terms of use: http://www.unicode.org/copyright.html
-
-from . import common_exec
-
-def run(**kwargs):
-    return common_exec.run(is_windows=False, **kwargs)