зеркало из https://github.com/mozilla/gecko-dev.git
7 строки
259 B
Python
7 строки
259 B
Python
|
# Copyright (c) 2000-2001 ActiveState Tool Corporation.
|
||
|
# See the file LICENSE.txt for licensing information.
|
||
|
|
||
|
"""Test the xpcom.file module."""
|
||
|
# Called "test_comfile" as Python has a standard test called test_file :-(
|
||
|
import xpcom.file
|
||
|
xpcom.file._TestAll()
|