Skip to content

Commit

Permalink
Add duplex globals.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdb committed Mar 20, 2004
1 parent a1d87ec commit 6408e37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions statgrab.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ def statgrab_init():
return _statgrab.py_statgrab_init()
def statgrab_drop_privileges():
return _statgrab.py_statgrab_drop_privileges()

FULL_DUPLEX = _statgrab.py_FULL_DUPLEX
HALF_DUPLEX = _statgrab.py_HALF_DUPLEX
UNKNOWN_DUPLEX = _statgrab.py_UNKNOWN_DUPLEX

0 comments on commit 6408e37

Please # to comment.