cubicweb/rtags.py
changeset 12567 26744ad37953
parent 12212 f2e6fb5ddf68
--- a/cubicweb/rtags.py	Fri Apr 05 17:21:14 2019 +0200
+++ b/cubicweb/rtags.py	Fri Apr 05 17:58:19 2019 +0200
@@ -39,8 +39,6 @@
 
 import logging
 
-from six import string_types
-
 from logilab.common.logging_ext import set_log_methods
 from logilab.common.registry import RegistrableInstance, yes
 
@@ -182,7 +180,7 @@
         return tag
 
     def _tag_etype_attr(self, etype, attr, desttype='*', *args, **kwargs):
-        if isinstance(attr, string_types):
+        if isinstance(attr, str):
             attr, role = attr, 'subject'
         else:
             attr, role = attr