diff options
Diffstat (limited to 'bitbake/lib/bs4/tests')
| -rw-r--r-- | bitbake/lib/bs4/tests/test_tree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bs4/tests/test_tree.py b/bitbake/lib/bs4/tests/test_tree.py index 8e5c66426e..cf0f1abe0c 100644 --- a/bitbake/lib/bs4/tests/test_tree.py +++ b/bitbake/lib/bs4/tests/test_tree.py | |||
| @@ -585,7 +585,7 @@ class SiblingTest(TreeTest): | |||
| 585 | </html>''' | 585 | </html>''' |
| 586 | # All that whitespace looks good but makes the tests more | 586 | # All that whitespace looks good but makes the tests more |
| 587 | # difficult. Get rid of it. | 587 | # difficult. Get rid of it. |
| 588 | markup = re.compile("\n\s*").sub("", markup) | 588 | markup = re.compile(r"\n\s*").sub("", markup) |
| 589 | self.tree = self.soup(markup) | 589 | self.tree = self.soup(markup) |
| 590 | 590 | ||
| 591 | 591 | ||
