File: gdp.in

package info (click to toggle)
game-data-packager 87
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 33,392 kB
  • sloc: python: 15,387; sh: 704; ansic: 95; makefile: 50
file content (9 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python3
# encoding=utf-8
# Copyright 2022 Simon McVittie
# SPDX-License-Identifier: GPL-2.0-or-later

import sys
sys.path[:0] = ['@pkgdatadir@']
import game_data_packager.command_line      # noqa: E402
game_data_packager.command_line.run_command_line()