ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/pystatgrab/_statgrab.pyx
(Generate patch)

Comparing projects/pystatgrab/_statgrab.pyx (file contents):
Revision 1.9 by tdb, Sat Mar 6 22:11:22 2004 UTC vs.
Revision 1.10 by tdb, Sat Mar 20 21:29:59 2004 UTC

# Line 437 | Line 437 | def py_get_page_stats_diff():
437      )
438  
439   def py_statgrab_init():
440 <    return statgrab_init()
440 >    if statgrab_init() == 0:
441 >        return True
442 >    else:
443 >        return False
444  
445   def py_statgrab_drop_privileges():
446 <    return statgrab_drop_privileges()
446 >    if statgrab_drop_privileges() == 0:
447 >        return True
448 >    else:
449 >        return False

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines