
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
6 lines
59 B
Python
6 lines
59 B
Python
import sys
|
|
|
|
from mox3 import mox
|
|
|
|
sys.modules['mox'] = mox
|