~georgeyk/stoqlib/ideale-stock-patches

« back to all changes in this revision

Viewing changes to stoqlib/gui/wizards/purchasequotewizard.py

  • Committer: jdahlin at com
  • Date: 2011-05-19 17:52:30 UTC
  • Revision ID: jdahlin@async.com.br-20110519175230-1uwhle7v30306q61
Rename stoqlib.lib.formatters to stoqlib.lib.formaters

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
from stoqlib.lib.message import info, yesno
58
58
from stoqlib.lib.parameters import sysparam
59
59
from stoqlib.lib.translation import stoqlib_gettext
60
 
from stoqlib.lib.formaters import format_quantity, get_formatted_cost
 
60
from stoqlib.lib.formatters import format_quantity, get_formatted_cost
61
61
from stoqlib.reporting.purchase import PurchaseQuoteReport
62
62
 
63
63
_ = stoqlib_gettext