cubicweb/pyramid/__init__.py
changeset 12567 26744ad37953
parent 12419 e034454af0d5
child 12587 6b08ba99b40e
--- a/cubicweb/pyramid/__init__.py	Fri Apr 05 17:21:14 2019 +0200
+++ b/cubicweb/pyramid/__init__.py	Fri Apr 05 17:58:19 2019 +0200
@@ -21,10 +21,10 @@
 """Pyramid interface to CubicWeb"""
 
 import atexit
+from configparser import SafeConfigParser
 import os
 import warnings
 
-from six.moves.configparser import SafeConfigParser
 import wsgicors
 
 from cubicweb.cwconfig import CubicWebConfiguration as cwcfg