~ralsina/ubuntuone-client/verify-harder

« back to all changes in this revision

Viewing changes to ubuntuone/platform/__init__.py

  • Committer: Roberto Alsina
  • Date: 2012-08-06 16:41:03 UTC
  • Revision ID: roberto.alsina@canonical.com-20120806164103-hw0uiq91y0r9n6d6
Add is_dir to platform

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
allow_writes = os_helper.allow_writes
76
76
can_write = os_helper.can_write
77
77
get_path_list = os_helper.get_path_list
 
78
is_dir = os_helper.is_dir
78
79
is_link = os_helper.is_link
79
80
is_root = os_helper.is_root
80
81
listdir = os_helper.listdir