From 1d20ef4253474c316485ee051c3b61d504c3e174 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 12 May 2021 15:36:52 +0300 Subject: python 3 fix --- servo/views/note.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'servo/views/note.py') diff --git a/servo/views/note.py b/servo/views/note.py index 9672a84..782ef4e 100644 --- a/servo/views/note.py +++ b/servo/views/note.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- import json -import StringIO +from io import StringIO from gsxws import escalations from django import template -- cgit v1.2.3