Linting changes

as reported by lgtm.com
This commit is contained in:
Hisham Muhammad
2019-02-10 12:32:47 +01:00
parent 90518bfc84
commit 402e46bb82
2 changed files with 11 additions and 11 deletions

View File

@ -3,7 +3,7 @@ import os, sys, string, io
try:
from StringIO import StringIO
except ImportError:
from io import StringIO
StringIO = io.StringIO
ANY=1
COPY=2