[POS-commit] r5401 - stoqlib/trunk/stoqlib/gui/editors

Johan Dahlin jdahlin at async.com.br
Wed Nov 29 15:37:59 BRST 2006


Author: jdahlin
Date: Wed Nov 29 15:37:58 2006
New Revision: 5401

Modified:
   stoqlib/trunk/stoqlib/gui/editors/tilleditor.py

Log:
imports, docstrings


Modified: stoqlib/trunk/stoqlib/gui/editors/tilleditor.py
==============================================================================
--- stoqlib/trunk/stoqlib/gui/editors/tilleditor.py	(original)
+++ stoqlib/trunk/stoqlib/gui/editors/tilleditor.py	Wed Nov 29 15:37:58 2006
@@ -34,8 +34,8 @@
 from stoqlib.domain.person import Person
 from stoqlib.domain.interfaces import IEmployee
 from stoqlib.domain.till import Till, TillEntry
-from stoqlib.lib.translation import stoqlib_gettext
 from stoqlib.gui.base.editors import BaseEditor, BaseEditorSlave
+from stoqlib.lib.translation import stoqlib_gettext
 
 _ = stoqlib_gettext
 
@@ -152,7 +152,8 @@
 
 class CashAdvanceEditor(BaseEditor):
     """
-    An editor which extends BashCashSlave to include an employee combobox
+    An editor which extends BashCashSlave to include.
+    It extends BashCashSlave to include an employee combobox
     """
 
     model_name = _(u'Cash Advance')


More information about the POS-commit mailing list