[billreminder] White space cleanup.
- From: Og B. Maciel <ogmaciel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [billreminder] White space cleanup.
- Date: Tue, 7 Dec 2010 18:09:52 +0000 (UTC)
commit f56ab3928b19e0494e5abf0fb4164e212f3dd64a
Author: Og B. Maciel <ogmaciel gnome org>
Date: Tue Dec 7 13:09:46 2010 -0500
White space cleanup.
src/lib/utils.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lib/utils.py b/src/lib/utils.py
index 02ed45e..b89962f 100644
--- a/src/lib/utils.py
+++ b/src/lib/utils.py
@@ -225,7 +225,7 @@ def currency_to_float(string):
ret = locale.atof(string)
except ValueError:
ret = locale.atof(string.replace(
- locale.localeconv()['mon_thousands_sep'], ''))
+ locale.localeconv()['mon_thousands_sep'], ''))
return float(ret)
def float_to_currency(number):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]