Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
htgoebel committed Jan 7, 2015
1 parent 4921ba1 commit 2eac426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PyInstaller/hooks/hook-zmq.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
hiddenimports.extend(collect_submodules('zmq.backend'))

def hook(mod):
# If PyZMQ provides its own copy of libzmq, add it to the
# If PyZMQ provides its own copy of libzmq or libsodium, add it to the
# extension-modules TOC so zmq/__init__.py can load it at runtime.
# For predictable behavior, the libzmq search here must be identical
# For predictable behavior, the libzmq search here must be equivalent
# to the search in zmq/__init__.py.
zmq_directory = os.path.dirname(mod.__file__)
for libname in ('libzmq', 'libsodium'):
Expand Down

0 comments on commit 2eac426

Please sign in to comment.