blob: 0ee55e6d5631c5a75140893e85f5e93626ebba1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -ur uTidylib-0.2-orig/tidy/test_tidy.py uTidylib-0.2/tidy/test_tidy.py
--- uTidylib-0.2-orig/tidy/test_tidy.py 2005-12-01 00:48:14.000000000 +0100
+++ uTidylib-0.2/tidy/test_tidy.py 2005-12-01 00:48:40.000000000 +0100
@@ -4,6 +4,7 @@
class TidyTestCase(unittest.TestCase):
def __init__(self, *args, **kwargs):
+ unittest.TestCase.__init__(self, *args, **kwargs)
foo = u'''<html>
<h1>woot</h1>
<hr>
|