6 lines
61 B
Python
6 lines
61 B
Python
import os
|
|
import unittest
|
|
|
|
|
|
CDIR = os.path.dirname(__file__)
|