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.1 by tdb, Sat Mar 20 21:29:59 2004 UTC vs.
Revision 1.2 by tdb, Sat Mar 20 21:34:46 2004 UTC

# Line 60 | Line 60 | def statgrab_init():
60      return _statgrab.py_statgrab_init()
61   def statgrab_drop_privileges():
62      return _statgrab.py_statgrab_drop_privileges()
63 +
64 + FULL_DUPLEX = _statgrab.py_FULL_DUPLEX
65 + HALF_DUPLEX = _statgrab.py_HALF_DUPLEX
66 + UNKNOWN_DUPLEX = _statgrab.py_UNKNOWN_DUPLEX

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines