Set the macros module for use in command parsing.
(m)
| 35 | |
| 36 | |
| 37 | def set_macros_module(m): |
| 38 | """Set the macros module for use in command parsing.""" |
| 39 | global macros |
| 40 | macros = m |
| 41 | |
| 42 | |
| 43 | # Create proto for ClientExtra |
no outgoing calls
no test coverage detected
searching dependent graphs…