From 02cec46c7a3918f19153e4e2de707f9d7de83fc8 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 10 Nov 2023 19:23:18 +0000 Subject: Upgrade fonttools to 4.44.0 This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update fonttools For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: I5de68c96999d1b8671c251a2555948da63de5bc6 --- Lib/fontTools/qu2cu/__init__.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Lib/fontTools/qu2cu/__init__.py (limited to 'Lib/fontTools/qu2cu/__init__.py') diff --git a/Lib/fontTools/qu2cu/__init__.py b/Lib/fontTools/qu2cu/__init__.py new file mode 100644 index 00000000..ce357417 --- /dev/null +++ b/Lib/fontTools/qu2cu/__init__.py @@ -0,0 +1,15 @@ +# Copyright 2016 Google Inc. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +from .qu2cu import * -- cgit v1.2.3