Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 63785 | Differences between
and this patch

Collapse All | Expand All

(-)gmailfs.py (-3 / +1 lines)
Lines 89-97 Link Here
89
    global References
89
    global References
90
    global DefaultUsername, DefaultPassword, DefaultFsname
90
    global DefaultUsername, DefaultPassword, DefaultFsname
91
    global NumberQueryRetries
91
    global NumberQueryRetries
92
    try:
92
    if cp.read(os.path.expanduser(fname)) == []:
93
      cp.read(fname)
94
    except:
95
      log.warning("Unable to read configuration file: " + fname)
93
      log.warning("Unable to read configuration file: " + fname)
96
      return
94
      return
97
95

Return to bug 63785