From 82590f9d3ab46b97117de9390ab1ceefbbf1143f Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Wed, 24 Aug 2016 15:56:32 -0400 Subject: [PATCH] Use the ConfigParser I'm supposed to... --- metrik/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/metrik/conf.py b/metrik/conf.py index 5890e91..db76628 100644 --- a/metrik/conf.py +++ b/metrik/conf.py @@ -1,7 +1,6 @@ import os import sys -# from six.moves.configparser import RawConfigParser -from ConfigParser import RawConfigParser +from six.moves.configparser import RawConfigParser def get_config_locations():