##// END OF EJS Templates
Update prompts.py
Srinivas Reddy Thatiparthy -
Show More
@@ -18,9 +18,6 b' class LazyEvaluate(object):'
18 18
19 19 def __str__(self):
20 20 return str(self())
21
22 def __unicode__(self):
23 return self.__str__()
24
21
25 22 def __format__(self, format_spec):
26 23 return format(self(), format_spec)
General Comments 0
You need to be logged in to leave comments. Login now