OLItest uses only python3
Python2 is not supported now. I am removing these imports.
This commit is contained in:
parent
f576181ae1
commit
0312bafdb7
@ -14,9 +14,6 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
try:
|
||||
from cStringIO import StringIO
|
||||
except ImportError: #python3
|
||||
from io import StringIO
|
||||
|
||||
default_conf=StringIO("""[general]
|
||||
|
Loading…
Reference in New Issue
Block a user