From 35777a90916454bd6c4ba329a98ade084b0101d5 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Tue, 15 Apr 2014 12:27:54 -0700 Subject: [PATCH] Make SafeConfigParser import work on py3 --- setup_posix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_posix.py b/setup_posix.py index cfcf33ca..974092ca 100644 --- a/setup_posix.py +++ b/setup_posix.py @@ -1,5 +1,5 @@ import os, sys -from ConfigParser import SafeConfigParser +from setup_common import SafeConfigParser # This dequote() business is required for some older versions # of mysql_config