commit | 9971e6f735261766c95a7fff683509c9c65974ee | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Sat Jul 18 18:03:06 2009 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Sat Jul 18 18:03:06 2009 -0400 |
tree | d116da172971e3f568845f5254f8e88a17d9f355 | |
parent | 0c4181005e0dde16c434d4da335b19e25a6e39b7 [diff] [blame] |
hack hack hack
diff --git a/setup.py b/setup.py index 7e2706a..937fe55 100755 --- a/setup.py +++ b/setup.py
@@ -15,8 +15,9 @@ from distutils.core import Extension, setup print "DEBUG:" -for name in os.listdir("C:\\OpenSSL\\lib\\MinGW"): - print name, os.stat(name).st_size +d = "C:\\OpenSSL\\lib\\MinGW" +for name in os.listdir(d): + print os.path.join(d, name), os.stat(os.path.join(d, name)).st_size from glob import glob