cubicweb/server/serverconfig.py
changeset 12567 26744ad37953
parent 12376 890853079ce3
child 12939 da153e89f1c6
--- a/cubicweb/server/serverconfig.py	Fri Apr 05 17:21:14 2019 +0200
+++ b/cubicweb/server/serverconfig.py	Fri Apr 05 17:58:19 2019 +0200
@@ -16,15 +16,11 @@
 # You should have received a copy of the GNU Lesser General Public License along
 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
 """server.serverconfig definition"""
-from __future__ import print_function
 
-
-
+from io import StringIO
 import sys
 from os.path import join, exists
 
-from six.moves import StringIO
-
 import logilab.common.configuration as lgconfig
 from logilab.common.decorators import cached