Skip to content

Commit f60daab

Browse files
cclaussdavidbuzz
authored andcommitted
1 parent 8568c85 commit f60daab

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

playground/compress/optim.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
import os, subprocess, shutil, random, optparse
44

5-
try:
6-
xrange # Python 2
7-
except NameError: # Python 3
8-
xrange = range
9-
105
comp = {
116
'bz2': 'cjf',
127
'xz' : 'cJf',

0 commit comments

Comments
 (0)