summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/devtool2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/devtool b/scripts/devtool
index d681a1929a..0e578c0de3 100755
--- a/scripts/devtool
+++ b/scripts/devtool
@@ -51,7 +51,7 @@ class ConfigHandler(object):
51 51
52 def __init__(self, filename): 52 def __init__(self, filename):
53 self.config_file = filename 53 self.config_file = filename
54 self.config_obj = configparser.SafeConfigParser() 54 self.config_obj = configparser.ConfigParser()
55 55
56 def get(self, section, option, default=None): 56 def get(self, section, option, default=None):
57 try: 57 try: