From 0ff4262c0ceaa1ee099fc5e53c947790aa1c0352 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 05 Jun 2010 15:14:32 +0000 Subject: adding comment for possible TODO --- (limited to 'abacus_window.py') diff --git a/abacus_window.py b/abacus_window.py index 54c39cb..759e0ac 100644 --- a/abacus_window.py +++ b/abacus_window.py @@ -268,7 +268,7 @@ class Abacus(): if self.press == None: return True self.press = None - # self.mode.label(self.mode.value()) + # might be worth removing 0s and converting decimals to mixed fractions self.mode.label(" + ".join([str(x) for x in self.mode.rod_values()])+\ " = "+self.mode.value()) return True -- cgit v0.9.1