~mmach/netext73/meson

« back to all changes in this revision

Viewing changes to mesonbuild/scripts/delwithsuffix.py

  • Committer: mmach
  • Date: 2023-03-15 07:28:10 UTC
  • Revision ID: netbit73@gmail.com-20230315072810-rjs3fs158gp6aup7
dla focal

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
 
from __future__ import annotations
15
14
 
16
15
import os, sys
17
16
import typing as T