~ed.so/duplicity/reuse-passphrase-for-signing-fix

« back to all changes in this revision

Viewing changes to duplicity/lazy.py

  • Committer: loafman
  • Date: 2008-08-02 14:15:57 UTC
  • Revision ID: vcs-imports@canonical.com-20080802141557-2uh9q0dpxs3kh933
patch #6596: re-organize backend module structure
https://savannah.nongnu.org/patch/index.php?6596

Show diffs side-by-side

added added

removed removed

Lines of Context:
367
367
                log.Log("Skipping %s because of previous error" % index_str, 2)
368
368
 
369
369
 
370
 
import robust, log
 
370
import duplicity.log as log
 
371
import duplicity.robust as robust