summaryrefslogtreecommitdiffstats
path: root/tools/glusterfind/src/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/glusterfind/src/conf.py')
-rw-r--r--tools/glusterfind/src/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/glusterfind/src/conf.py b/tools/glusterfind/src/conf.py
index 81183d55444..ab766f85c0f 100644
--- a/tools/glusterfind/src/conf.py
+++ b/tools/glusterfind/src/conf.py
@@ -10,7 +10,7 @@
import os
try:
- import configparser as ConfigParser
+ from configparser import ConfigParser
except ImportError:
import ConfigParser