commit e0d6570a1f6989e0b253126d4b9e9395eefa8b73
parent f8c68fc51ef26c48ed58df4ca11ef63a48e53071
Author: Jimbo77 <onlineregular@gmail.com>
Date: Wed, 22 Aug 2012 18:25:38 -0700
created set_quote_currency() docstring
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/gui_lite.py b/lib/gui_lite.py
@@ -255,6 +255,7 @@ class MiniWindow(QDialog):
pass
def set_quote_currency(self, currency):
+ """Set and display the fiat currency country."""
assert currency in self.quote_currencies
self.quote_currencies.remove(currency)
self.quote_currencies = [currency] + self.quote_currencies