First checkin of the Python XPCOM bindings.
This commit is contained in:
7
extensions/python/xpcom/test/test_comfile.py
Normal file
7
extensions/python/xpcom/test/test_comfile.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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()
|
||||
Reference in New Issue
Block a user