Skip to content

Commit

Permalink
Merge pull request #2096 from ax3l/topic-adiosHook
Browse files Browse the repository at this point in the history
Add hook ADIOS.
  • Loading branch information
htgoebel committed Jul 22, 2016
2 parents f900d82 + 78a5c2f commit 14dabc5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions PyInstaller/hooks/hook-adios.py
@@ -0,0 +1,16 @@
#-----------------------------------------------------------------------------
# Copyright (c) 2013-2016, PyInstaller Development Team.
#
# Distributed under the terms of the GNU General Public License with exception
# for distributing bootloader.
#
# The full license is in the file COPYING.txt, distributed with this software.
#-----------------------------------------------------------------------------


"""
Hook for http://pypi.python.org/pypi/adios/
"""


hiddenimports = ['adios._hl.selections']

0 comments on commit 14dabc5

Please sign in to comment.