Changeset 3176

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

Problem due to the introduction of the constants module.

Files:
1 modified

Legend:

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

    r3175 r3176  
    120120            else :     
    121121                buffer.append(answer) 
    122                 if answer.endswith(constants.FORMFEEDCHAR) : 
     122                if answer.endswith(FORMFEEDCHAR) : 
    123123                    self.queue.put("".join(buffer)) 
    124124                    buffer = []