~bmerry/duplicity/pydrive-regular

« back to all changes in this revision

Viewing changes to duplicity/dup_threading.py

  • Committer: Michael Terry
  • Date: 2014-04-17 20:50:57 UTC
  • mto: This revision was merged to the branch mainline in revision 975.
  • Revision ID: michael.terry@canonical.com-20140417205057-4cxo1yebh0oer02a
Solve except 2to3 fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
            cv.release()
208
208
 
209
209
            return (True, waiter)
210
 
        except Exception, e:
 
210
        except Exception as e:
211
211
            cv.acquire()
212
212
            state['done'] = True
213
213
            state['error'] = e