Changeset 495 for pkpgcounter/trunk

Show
Ignore:
Timestamp:
11/21/07 21:28:43 (16 years ago)
Author:
jerome
Message:

I'm not selfish enough it seems ;-)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/pkpgpdls/plain.py

    r494 r495  
    3939           If it's impossible to find one we consider it's not plain text. 
    4040        """    
    41         lines = firstblock.split("\r\n") 
     41        lines = self.firstblock.split("\r\n") 
    4242        if len(lines) == 1 : 
    4343            lines = lines[0].split("\r")