Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dshell_unittest.py88 return rh.shell.shell_unquote(rh.shell.shell_quote(s))
91 self._testData(rh.shell.shell_unquote, tests_unquote)
Dshell.py95 def shell_unquote(s): function