Home
last modified time | relevance | path

Searched refs:acts_module (Results 1 – 1 of 1) sorted by relevance

/tools/test/connectivity/acts/framework/
Dsetup.py113 def uninstall_acts_module(self, acts_module): argument
119 for acts_install_dir in acts_module.__path__:
136 import acts as acts_module namespace
143 while acts_module:
144 self.uninstall_acts_module(acts_module)
147 import acts as acts_module namespace
149 acts_module = None