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

Code cleaning.

Files:
1 modified

Legend:

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

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