mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 08:29:25 +00:00
11 lines
375 B
ReStructuredText
11 lines
375 B
ReStructuredText
:mod:`mozfile` --- File utilities for use in Mozilla testing
|
|
============================================================
|
|
|
|
mozfile is a convenience library for taking care of some common file-related
|
|
tasks in automated testing, such as extracting files or recursively removing
|
|
directories.
|
|
|
|
.. automodule:: mozfile
|
|
:members: extract, extract_tarball, extract_zip, remove
|
|
|