srcanamdw/codescanner/pyinstaller/hooks/hook-kinterbasdb.py
changeset 1 22878952f6e2
equal deleted inserted replaced
0:509e4801c378 1:22878952f6e2
       
     1 # Copyirght (C) 2005, Eugene Prigorodov
       
     2 #
       
     3 # This program is free software; you can redistribute it and/or
       
     4 # modify it under the terms of the GNU General Public License
       
     5 # as published by the Free Software Foundation; either version 2
       
     6 # of the License, or (at your option) any later version.
       
     7 #
       
     8 # This program is distributed in the hope that it will be useful,
       
     9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    11 # GNU General Public License for more details.
       
    12 #
       
    13 # You should have received a copy of the GNU General Public License
       
    14 # along with this program; if not, write to the Free Software
       
    15 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
       
    16 
       
    17 # Courtesy of Eugene Prigorodov <eprigorodov at naumen dot ru>
       
    18 
       
    19 #kinterbasdb
       
    20 hiddenimports = ['k_exceptions', 'services', 'typeconv_naked',
       
    21                  'typeconv_backcompat', 'typeconv_23plus',
       
    22                  'typeconv_datetime_stdlib', 'typeconv_datetime_mx',
       
    23                  'typeconv_datetime_naked', 'typeconv_fixed_fixedpoint',
       
    24                  'typeconv_fixed_stdlib',  'typeconv_text_unicode',
       
    25                  'typeconv_util_isinstance', '_kinterbasdb', '_kiservices']