~georgeyk/stoqdrivers/print-barcode

« back to all changes in this revision

Viewing changes to stoqdrivers/printers/virtual/Simple.py

  • Committer: george
  • Date: 2009-02-11 14:33:24 UTC
  • Revision ID: vcs-imports@canonical.com-20090211143324-3cjwbszzazo2m8li
#3873: Traduzir os componentes da nota fiscal. (stoqdrivers part)

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
from stoqdrivers.printers.capabilities import Capability
45
45
from stoqdrivers.translation import stoqdrivers_gettext
46
46
 
47
 
_ = lambda msg: stoqdrivers_gettext(msg)
 
47
_ = stoqdrivers_gettext
48
48
 
49
49
class CouponItem:
50
50
    def __init__(self, id, quantity, value):