diff options
Diffstat (limited to 'resources/libraries/python/TLDK/TLDKConstants.py')
-rw-r--r-- | resources/libraries/python/TLDK/TLDKConstants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/TLDK/TLDKConstants.py b/resources/libraries/python/TLDK/TLDKConstants.py index 153b36c3ab..57b7fa23a1 100644 --- a/resources/libraries/python/TLDK/TLDKConstants.py +++ b/resources/libraries/python/TLDK/TLDKConstants.py @@ -15,7 +15,7 @@ """This file defines the constants variables for the TLDK test.""" -class TLDKConstants(object): +class TLDKConstants: """Define the directory path for the TLDK test.""" # TLDK testing directory location at topology nodes |