[hamster-applet/gnome-2-30] missing import



commit d0b4f868867ae9687e456690cf947096e3c2c22e
Author: Toms Bauģis <toms baugis gmail com>
Date:   Tue Jun 22 11:08:57 2010 +0100

    missing import

 src/hamster/overview_totals.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/hamster/overview_totals.py b/src/hamster/overview_totals.py
index 4082125..ef18b0f 100644
--- a/src/hamster/overview_totals.py
+++ b/src/hamster/overview_totals.py
@@ -33,6 +33,7 @@ import charting, reports
 from configuration import runtime, dialogs
 
 from hamster.i18n import C_
+import locale
 from collections import defaultdict
 
 
@@ -109,7 +110,7 @@ class TotalsBox(gtk.VBox):
             self.tag_chart.bars_selected.append(idx)
             self.selected_tags.append(self.tag_sums[0][idx])
         self.do_charts()
-        
+
 
     def search(self, start_date, end_date, facts):
         self.facts = facts



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]