commit d9b004e25665fb7130163689c391bd630623f925 Author: David Fifield david@bamsoftware.com Date: Mon Dec 10 23:09:51 2012 -0800
Make a comment more specific. --- flashproxy-client.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/flashproxy-client.spec b/flashproxy-client.spec index dbcde2f..aa020db 100644 --- a/flashproxy-client.spec +++ b/flashproxy-client.spec @@ -5,7 +5,7 @@ tmpdir = os.environ['PYINSTALLER_TMPDIR'] scripts = ('flashproxy-client', 'flashproxy-reg-email', 'flashproxy-reg-http')
-# M2Crypto is listed as hidden import so PyInstaller fails if it cannot find it. +# M2Crypto is a hidden import so that PyInstaller will print an error if the module is missing. analyses = [(Analysis([script], hiddenimports=['M2Crypto']), script, os.path.join(tmpdir, 'build', script + '.exe')) for script in scripts]
tor-commits@lists.torproject.org