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
11from PyInstaller.utils.hooks import collect_data_files
12
13hiddenimports = ["babel.dates"]
14
15datas = collect_data_files('babel')
16