cdist/cdist/test/exec/__init__.py

8 lines
91 B
Python

from .local import *
if __name__ == "__main__":
import unittest
unittest.main()