1#----------------------------------------------------------------------------- 2# Copyright (c) 2013-2019, PyInstaller Development Team. 3# 4# Distributed under the terms of the GNU General Public License with exception 5# for distributing bootloader. 6# 7# The full license is in the file COPYING.txt, distributed with this software. 8#----------------------------------------------------------------------------- 9 10 11""" 12Hook for Python bindings for Amazon's Product Advertising API. 13https://bitbucket.org/basti/python-amazon-product-api 14""" 15 16 17hiddenimports = ['amazonproduct.processors.__init__', 18 'amazonproduct.processors._lxml', 19 'amazonproduct.processors.objectify', 20 'amazonproduct.processors.elementtree', 21 'amazonproduct.processors.etree', 22 'amazonproduct.processors.minidom', 23 'amazonproduct.contrib.__init__', 24 'amazonproduct.contrib.cart', 25 'amazonproduct.contrib.caching', 26 'amazonproduct.contrib.retry']