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

Comparing projects/pystatgrab/statgrab.py (file contents):
Revision 1.7 by tdb, Tue Aug 24 20:43:47 2004 UTC vs.
Revision 1.8 by tdb, Fri Jul 13 22:19:56 2007 UTC

# Line 24 | Line 24 | import _statgrab
24  
25   def sg_init():
26      return _statgrab.py_sg_init()
27 + def sg_snapshot():
28 +    return _statgrab.py_sg_snapshot()
29 + def sg_shutdown():
30 +    return _statgrab.py_sg_shutdown()
31   def sg_drop_privileges():
32      return _statgrab.py_sg_drop_privileges()
33   def sg_set_error(code, arg=''):

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines