Files
python-heatclient/heatclient/tests/unit/__init__.py
shizhihui f5bf3e755d Import mox in __init__.py
We can initialize the 'mox' of module mox3 in __init__.py,
then in these files that have modified, we only have
'import mox' other than 'from mox3 import mox', which can
make the code smaller and clear.

Change-Id: Ic09597a7205eed47bd3cff03d1e7bc78744e52d4
2016-09-01 12:47:34 +08:00

6 lines
59 B
Python

import sys
from mox3 import mox
sys.modules['mox'] = mox