Commit 9ff9ea1e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Use own tarfile.py to avoid a bug that python2.4's tarfile.py has.

With this way we no longer need to provide our own patched python2.4
packages, and it is also good for other distributions' users.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23439 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 58600327
...@@ -73,7 +73,7 @@ from gzip import GzipFile ...@@ -73,7 +73,7 @@ from gzip import GzipFile
from xml.dom.minidom import parse from xml.dom.minidom import parse
from xml.sax.saxutils import escape from xml.sax.saxutils import escape
from Products.CMFCore.Expression import Expression from Products.CMFCore.Expression import Expression
import tarfile from Products.ERP5Type import tarfile
from urllib import quote, unquote from urllib import quote, unquote
from difflib import unified_diff from difflib import unified_diff
import posixpath import posixpath
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment