Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions test_scour.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,6 @@ def runTest(self):
break
self.assertEqual(True, FoundNamespace,
"Did not find Inkscape namespace declaration when using --keep-editor-data")
return False


class KeepSodipodiNamespaceDeclarationsWhenKeepEditorData(unittest.TestCase):
Expand All @@ -622,7 +621,6 @@ def runTest(self):
break
self.assertEqual(True, FoundNamespace,
"Did not find Sodipodi namespace declaration when using --keep-editor-data")
return False


class KeepReferencedFonts(unittest.TestCase):
Expand Down