Show More
@@ -63,6 +63,8 b' else:' | |||
|
63 | 63 | raise SystemExit( |
|
64 | 64 | "Couldn't import standard bz2 (incomplete Python install).") |
|
65 | 65 | |
|
66 | ispypy = "PyPy" in sys.version | |
|
67 | ||
|
66 | 68 | import os, stat, subprocess, time |
|
67 | 69 | import re |
|
68 | 70 | import shutil |
@@ -276,7 +278,7 b' class hgbuildmo(build):' | |||
|
276 | 278 | |
|
277 | 279 | |
|
278 | 280 | class hgdist(Distribution): |
|
279 |
pure = |
|
|
281 | pure = ispypy | |
|
280 | 282 | |
|
281 | 283 | global_options = Distribution.global_options + \ |
|
282 | 284 | [('pure', None, "use pure (slow) Python " |
General Comments 0
You need to be logged in to leave comments.
Login now