Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/
Dsetup.py134 def uninstall_acts_module(self, acts_module): argument
140 for acts_install_dir in acts_module.__path__:
156 import acts as acts_module namespace
162 while acts_module:
163 self.uninstall_acts_module(acts_module)
166 import acts as acts_module namespace
168 acts_module = None