~mterry/ubuntuone-client/nodisplay-autostart

« back to all changes in this revision

Viewing changes to ubuntuone/platform/linux/__init__.py

  • Committer: Tarmac
  • Author(s): Manuel de la Pena
  • Date: 2011-06-29 17:09:32 UTC
  • mfrom: (1025.3.8 fix-802738)
  • Revision ID: tarmac-20110629170932-pno0hiibzwj6fjb7
Ensures that normpath can handle literal paths (LP: #802738).

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    can_write,
33
33
    listdir,
34
34
    make_dir,
 
35
    normpath,
35
36
    open_file,
36
37
    path_exists,
37
38
    remove_dir,