14
0
Jan Matejek
2009-03-30 12:02:40 +00:00
committed by Git OBS Bridge
parent a9b47a1e82
commit 938b91f3ba
4 changed files with 50 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
diff -Naur ../setuptools-0.6c8.orig/setuptools/command/sdist.py ./setuptools/command/sdist.py
--- ../setuptools-0.6c8.orig/setuptools/command/sdist.py 2006-10-31 18:20:42.000000000 +0100
+++ ./setuptools/command/sdist.py 2008-10-22 11:51:54.000000000 +0200
@@ -1,3 +1,4 @@
+from distutils import log
from distutils.command.sdist import sdist as _sdist
from distutils.util import convert_path
import os, re, sys, pkg_resources