Skip to content

Commit dc1df2d

Browse files
committed
minor adjustment of safeinput unit test to make lint happy on py3 and stop corresponding github action failing
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6145 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent 792b032 commit dc1df2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mig_shared_safeinput.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import importlib
3232
import os
3333
import sys
34-
from past.builtins import basestring
34+
from past.builtins import basestring, unicode
3535

3636
from tests.support import MigTestCase, testmain
3737

0 commit comments

Comments
 (0)