created set_quote_currency() docstring

This commit is contained in:
Jimbo77 2012-08-22 18:25:38 -07:00
parent f8c68fc51e
commit e0d6570a1f
1 changed files with 1 additions and 0 deletions

View File

@ -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