diff options
Diffstat (limited to 'resources/libraries/python/search/NdrPdrResult.py')
-rw-r--r-- | resources/libraries/python/search/NdrPdrResult.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/search/NdrPdrResult.py b/resources/libraries/python/search/NdrPdrResult.py index 47fb757c07..b69a57ecbe 100644 --- a/resources/libraries/python/search/NdrPdrResult.py +++ b/resources/libraries/python/search/NdrPdrResult.py @@ -13,7 +13,7 @@ """Module defining NdrPdrResult class.""" -from .ReceiveRateInterval import ReceiveRateInterval +from ReceiveRateInterval import ReceiveRateInterval class NdrPdrResult(object): |