duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] Version 0.5.00 Ready


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] Version 0.5.00 Ready
Date: Mon, 08 Sep 2008 07:46:14 -0500
User-agent: Thunderbird 2.0.0.16 (X11/20080724)

It's always something!

In releasing this version, I managed to fix, but not release, the webdav
backend without an include that it needed.  See the attached patch.  Its
logged in the bug tracker as:

https://savannah.nongnu.org/bugs/index.php?24223

Apologies to the webdav users.

...Ken

Index: duplicity/backends/webdavbackend.py
===================================================================
RCS file: /sources/duplicity/duplicity/duplicity/backends/webdavbackend.py,v
retrieving revision 1.2
diff -u -r1.2 webdavbackend.py
--- duplicity/backends/webdavbackend.py 3 Sep 2008 21:45:24 -0000       1.2
+++ duplicity/backends/webdavbackend.py 8 Sep 2008 12:31:40 -0000
@@ -26,6 +26,7 @@
 import duplicity.globals as globals
 import duplicity.log as log
 from duplicity.errors import *
+import duplicity.urlparse_2_5 as urlparser
 
 class WebDAVBackend(duplicity.backend.Backend):
     """Backend for accessing a WebDAV repository.

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]