[tor-commits] [flashproxy/master] Make a comment more specific.
dcf at torproject.org
dcf at torproject.org
Tue Dec 11 07:10:02 UTC 2012
commit d9b004e25665fb7130163689c391bd630623f925
Author: David Fifield <david at 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]
More information about the tor-commits
mailing list