From f60daab5639403cae7c37fb9b3b52114bbb88b81 Mon Sep 17 00:00:00 2001 From: cclauss Date: Fri, 18 Jan 2019 23:57:08 +0100 Subject: [PATCH] Match the change made in upstream https://gitlab.com/ita1024/waf/blob/master/playground/compress/optim.py --- playground/compress/optim.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/playground/compress/optim.py b/playground/compress/optim.py index c4516f12fa..e318cef0b7 100755 --- a/playground/compress/optim.py +++ b/playground/compress/optim.py @@ -2,11 +2,6 @@ import os, subprocess, shutil, random, optparse -try: - xrange # Python 2 -except NameError: # Python 3 - xrange = range - comp = { 'bz2': 'cjf', 'xz' : 'cJf',