rdiff-backup-users
[Top][All Lists]
Advanced

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

[rdiff-backup-users] Re: [Bug] In Time.py, import right time module.


From: Andreas Neiser
Subject: [rdiff-backup-users] Re: [Bug] In Time.py, import right time module.
Date: Fri, 05 Sep 2008 14:37:18 +0200
User-agent: Thunderbird (address@hidden) Mnenhy/0.7.5.666

Hej again,

Andreas Neiser wrote:
> I figured out to edit the import lines in Time.py from:
> 
> import time,types, re, sys, calendar
> import Globals
> 
> to:
> 
> time = __import__('time')
> import types, re, sys, calendar
> import Globals

The above should be done similary in the following files:
statistics.py rpath.py log.py

Now my remote backup seems to work. But the question remains: Why this
happens?

Regards,
Andreas





reply via email to

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