hook-kinterbasdb.py 843 B

12345678910111213141516171819
  1. # ------------------------------------------------------------------
  2. # Copyright (c) 2020 PyInstaller Development Team.
  3. #
  4. # This file is distributed under the terms of the GNU General Public
  5. # License (version 2.0 or later).
  6. #
  7. # The full license is available in LICENSE, distributed with
  8. # this software.
  9. #
  10. # SPDX-License-Identifier: GPL-2.0-or-later
  11. # ------------------------------------------------------------------
  12. # kinterbasdb
  13. hiddenimports = ['k_exceptions', 'services', 'typeconv_naked',
  14. 'typeconv_backcompat', 'typeconv_23plus',
  15. 'typeconv_datetime_stdlib', 'typeconv_datetime_mx',
  16. 'typeconv_datetime_naked', 'typeconv_fixed_fixedpoint',
  17. 'typeconv_fixed_stdlib', 'typeconv_text_unicode',
  18. 'typeconv_util_isinstance', '_kinterbasdb', '_kiservices']