eymlo / python-escpos

Automatically exported from code.google.com/p/python-escpos
GNU General Public License v3.0
1 stars 0 forks source link

last line of escpos.py is wrong #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
try and do a vertical tab

What is the expected output? What do you see instead?

error about delf

What version of the product are you using? On what operating system?

Please provide any additional information below.
line 255
            delf._raw(CTL_VT)
should be
            self._raw(CTL_VT)

Original issue reported on code.google.com by alanbell...@gmail.com on 15 Nov 2012 at 10:36

GoogleCodeExporter commented 9 years ago
Typo has been fixed!

Original comment by manpaz on 12 Dec 2012 at 5:37