diff options
Diffstat (limited to 'isys/isys.py')
-rw-r--r-- | isys/isys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/isys.py b/isys/isys.py index e0c560730..239297e3b 100644 --- a/isys/isys.py +++ b/isys/isys.py @@ -131,5 +131,5 @@ def inet_calcNS (net): def parseArgv(str): return _isys.poptParseArgv(str) -def getOpt(*args): +def getopt(*args): return apply(_isys.getopt, args) |