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