summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-handler.c
diff options
context:
space:
mode:
authorKotresh HR <khiremat@redhat.com>2019-02-01 12:24:14 +0530
committerAmar Tumballi <amarts@redhat.com>2019-02-05 04:19:59 +0000
commita9b51f2d1fd3a8be6496b62b989b6838b542936b (patch)
tree478a98c4f971b334beea7dc2ebc25fd844c5071a /xlators/mgmt/glusterd/src/glusterd-handler.c
parentf87a3e840306052a120529ea5a190240179078c1 (diff)
geo-rep: Fix configparser import issue
'configparser' is backported to python2 and can be installed using pip (pip install configparser). So trying to import 'configparser' first and later 'ConfigParser' can cause issues w.r.t unicode strings. Always try importing 'ConfigParser' first and then 'configparser'. This solves python2/python3 compat issues. Change-Id: I2a87c3fc46476296b8cb547338f35723518751cc fixes: bz#1671637 Signed-off-by: Kotresh HR <khiremat@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-handler.c')
0 files changed, 0 insertions, 0 deletions