Commit 7cc5388b authored by Dom Sekotill's avatar Dom Sekotill
Browse files

ensure generated subclasses are new-type classes

parent a655b4d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ def test_coverage_command(superclass, packages=None, include=None, exclude=None)
	arguments.
	"""

	class test(superclass):
	class test(superclass, object):
		__doc__ = superclass.__doc__

		user_options = superclass.user_options + [