##// END OF EJS Templates
Update prompts.py
Srinivas Reddy Thatiparthy -
Show More
@@ -19,8 +19,5 b' class LazyEvaluate(object):'
19 19 def __str__(self):
20 20 return str(self())
21 21
22 def __unicode__(self):
23 return self.__str__()
24
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