Skip to content

Commit

Permalink
Merge pull request #47 from vdudejon/fix-objectidentity-import
Browse files Browse the repository at this point in the history
Update iDRAC.py to import ObjectIdentity from pysnmp.smi.rfc1902
  • Loading branch information
sachin-apa authored Aug 26, 2024
2 parents d7cf49a + d7096a2 commit fb5667c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omdrivers/iDRAC.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def __init__(self, arg1):
try:
from pysnmp.hlapi import *
from pysnmp.smi import *
from pysnmp.smi.rfc1902 import ObjectIdentity
PySnmpPresent = True
except ImportError:
PySnmpPresent = False
Expand Down

0 comments on commit fb5667c

Please sign in to comment.