Skip to content

Commit

Permalink
Match the change made in upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and davidbuzz committed Apr 25, 2022
1 parent 8568c85 commit f60daab
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions playground/compress/optim.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f60daab

Please sign in to comment.