Changeset 3177
- Timestamp:
- 05/29/07 08:16:26 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/accounters/pjl.py
r3176 r3177 33 33 from pykota import constants 34 34 35 FORMFEEDCHAR = 0x0c# Form Feed character, ends PJL answers.35 FORMFEEDCHAR = chr(0x0c) # Form Feed character, ends PJL answers. 36 36 37 37 # Old method : pjlMessage = "\033%-12345X@PJL USTATUSOFF\r\n@PJL INFO STATUS\r\n@PJL INFO PAGECOUNT\r\n\033%-12345X"