##// END OF EJS Templates
style fix
Michael Bianco -
Show More
@@ -42,7 +42,7 b' class MagicsDisplay(object):'
42
42
43 def __repr__(self):
43 def __repr__(self):
44 return self.__str__()
44 return self.__str__()
45
45
46 def __str__(self):
46 def __str__(self):
47 return self._lsmagic()
47 return self._lsmagic()
48
48
General Comments 0
You need to be logged in to leave comments. Login now