##// END OF EJS Templates
fix parent class
Marius van Niekerk -
Show More
@@ -728,7 +728,7 b' class SVG(DisplayObject):'
728 728 def _repr_svg_(self):
729 729 return self._data_and_metadata()
730 730
731 class ProgressBar(object):
731 class ProgressBar(DisplayObject):
732 732 """Progressbar supports displaying a progressbar like element
733 733 """
734 734 def __init__(self, total):
General Comments 0
You need to be logged in to leave comments. Login now