Bug 223: Regression using other than mercurial traces no longer works
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Wed, 18 Jun 2008 18:07:48 +0100
changeset 3283 9dd59253d39d
parent 3282 5e57c2f1cfb7
child 3286 9e04d8522f27
Bug 223: Regression using other than mercurial traces no longer works
wscript
--- a/wscript	Wed Jun 18 15:21:08 2008 +0100
+++ b/wscript	Wed Jun 18 18:07:48 2008 +0100
@@ -806,6 +806,7 @@
                 Params.fatal("Synchronizing reference traces using Mercurial failed.")
     else:
         print "Synchronizing reference traces from web."
+        import urllib
         urllib.urlretrieve(REGRESSION_TRACES_URL + REGRESSION_TRACES_TAR_NAME, REGRESSION_TRACES_TAR_NAME)
         os.system("tar -xjf %s" % (REGRESSION_TRACES_TAR_NAME,))