X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=xml-minidom;h=9dbfac63fa5f04e20ec224ab5c66cb9e0e0a28a8;hp=9fee4d765ed7867b7906b8161b1793ce55a21168;hb=cec962c2d9730a1d71f5b7a0dfedb6085785d7c2;hpb=88e8c412bcf2b0084f37c143e9064d13f5bac9b8 diff --git a/xml-minidom b/xml-minidom index 9fee4d7..9dbfac6 100755 --- a/xml-minidom +++ b/xml-minidom @@ -32,7 +32,7 @@ The VFS was inspired by a FUSE xmlfs: https://github.com/halhen/xmlfs """ -__version__ = "0.3.0" +__version__ = "0.3.1" __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 2013 PhiloSoft Design" __license__ = "GPL" @@ -128,7 +128,7 @@ def _list(node, path=''): else: subpath = '%s %s' % (template % n, element.localName) subpath_encoded = subpath.encode(default_encoding, "replace") - print "dr--r--r-- 1 user group 0 Jan 1 00:00 %s" % subpath_encoded + print "dr-xr-xr-x 1 user group 0 Jan 1 00:00 %s" % subpath_encoded attrs = element.attributes if attrs: attr_text = _attrs2text(attrs)