Browse Source

symlink

test_fixup
Rich Young 3 years ago
committed by GitHub
parent
commit
2cffae8dcd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      libarchive/_libarchive.py

+ 8
- 0
libarchive/_libarchive.py View File

@@ -368,6 +368,10 @@ def archive_entry_mtime(*args):
return __libarchive.archive_entry_mtime(*args)
archive_entry_mtime = __libarchive.archive_entry_mtime

def archive_entry_symlink(*args):
return __libarchive.archive_entry_symlink(*args)
archive_entry_symlink = __libarchive.archive_entry_symlink

def archive_entry_filetype(*args):
return __libarchive.archive_entry_filetype(*args)
archive_entry_filetype = __libarchive.archive_entry_filetype
@@ -388,6 +392,10 @@ def archive_entry_set_mtime(*args):
return __libarchive.archive_entry_set_mtime(*args)
archive_entry_set_mtime = __libarchive.archive_entry_set_mtime

def archive_entry_set_symlink(*args):
return __libarchive.archive_entry_set_symlink (*args)
archive_entry_set_symlink = __libarchive.archive_entry_set_symlink

def archive_entry_set_filetype(*args):
return __libarchive.archive_entry_set_filetype(*args)
archive_entry_set_filetype = __libarchive.archive_entry_set_filetype


Loading…
Cancel
Save