Commit c80ac155 authored by owsla's avatar owsla

Fix for Python 2.2 in win_acls.py


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@965 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 951f6b37
New in v1.2.3 (????/??/??)
---------------------------
Fix for Python 2.2 in win_acls.py (Closes Savannah bug #24922).
Throttle verbosity of listattr() warning messages from 3 to 4. (Andrew Ferguson)
Escape trailing spaces and periods on systems which require it, such as
......
......@@ -17,6 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA
from __future__ import generators
import C, metadata, re, rorpiter, rpath, log
try:
......
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