Changeset 3177

Show
Ignore:
Timestamp:
05/29/07 08:16:26 (17 years ago)
Author:
jerome
Message:

Missing function call.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/accounters/pjl.py

    r3176 r3177  
    3333from pykota import constants 
    3434 
    35 FORMFEEDCHAR = 0x0c     # Form Feed character, ends PJL answers. 
     35FORMFEEDCHAR = chr(0x0c)     # Form Feed character, ends PJL answers. 
    3636 
    3737# Old method : pjlMessage = "\033%-12345X@PJL USTATUSOFF\r\n@PJL INFO STATUS\r\n@PJL INFO PAGECOUNT\r\n\033%-12345X"