Show
Ignore:
Timestamp:
04/29/08 12:02:04 (4 months ago)
Author:
Ronny Pfannschmidt <Ronny.Pfannschmidt@…>
Message:

some code cleanups

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pida-plugins/man/man.py

    r884 r1145  
    162162 
    163163        # don't make empty search 
    164         if len(pattern) <= 0: 
     164        if not pattern: 
    165165            return 
    166166