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

(-)mount.gmailfs (+1 lines)
Lines 43-48 Link Here
43
    parser.error("Wrong number of arguments")
43
    parser.error("Wrong number of arguments")
44
  else:
44
  else:
45
    pyfile, mountpoint = args
45
    pyfile, mountpoint = args
46
    mountpoint = os.path.abspath(mountpoint)
46
    
47
    
47
  odata = options.gmailfsOptions
48
  odata = options.gmailfsOptions
48
49

Return to bug 63785