9 lines
176 B
Python
9 lines
176 B
Python
|
#!/usr/bin/env python
|
||
|
# -*- coding: utf-8 -*-
|
||
|
#
|
||
|
from unittest import module_status
|
||
|
from unittest import run
|
||
|
from unittest import test
|
||
|
|
||
|
__DEPENDENCIES__ = ['fstools', 'report']
|