commit | 0c4181005e0dde16c434d4da335b19e25a6e39b7 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Sat Jul 18 18:00:32 2009 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Sat Jul 18 18:00:32 2009 -0400 |
tree | c99153dbdeb9e8fe6bc7b7fb883136397ad3aec3 | |
parent | cb5e16fa39ea05bf2ec00438a768d12937ccc3f4 [diff] [blame] |
hack hack hack
diff --git a/setup.py b/setup.py index 0f36ba7..7e2706a 100755 --- a/setup.py +++ b/setup.py
@@ -14,7 +14,9 @@ import sys, os from distutils.core import Extension, setup -print "DEBUG:", os.listdir("C:\\OpenSSL\\lib\\MinGW") +print "DEBUG:" +for name in os.listdir("C:\\OpenSSL\\lib\\MinGW"): + print name, os.stat(name).st_size from glob import glob