Commit e14f4680 authored by Sebastien Luttringer's avatar Sebastien Luttringer
Browse files

Reintroduce commit 184b64a2

Add tarfile from python 2.7.2

This allow method add in Tarfile to have filter parameter.
This give us filter capa on file to include.
Should be removed when python 2.7 will be the minimum version

Because we roolback to python 2.6 requirment, we need to ship.
parent 2761c8fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@ import json
import difflib
import ConfigParser
import subprocess
import tarfile
import re
import shutil
import gzip
@@ -22,6 +21,7 @@ import cStringIO
import installsystems
import installsystems.template as istemplate
import installsystems.tools as istools
import installsystems.tarfile as tarfile #until python2.7 is default
from installsystems.printer import *
from installsystems.tools import PipeFile
from installsystems.tarball import Tarball
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ Tarball wrapper
import os
import sys
import time
import tarfile
import installsystems.tarfile as tarfile # needed until python2.7
import StringIO
import re
import fnmatch
+2594 −0

File added.

Preview size limit exceeded, changes collapsed.