python compat: remove string_types
[samba.git] / python / samba / compat.py
index 9ef60045bd3a6288f40fb02efb8af277790c1423..01849e0eef549872383452678bcd52ff85f38a75 100644 (file)
@@ -72,7 +72,6 @@ if PY3:
     from functools import cmp_to_key as cmp_to_key_fn
 
     # compat types
-    string_types = str
     text_type = str
     binary_type = bytes