Fix bytes/str issues in dropMimeData methods
Various implementations of dropMimeData in Taurus do casts of QBytesArray to str which may be dangerous in py3. Use bytes and decode instead.
Various implementations of dropMimeData in Taurus do casts of QBytesArray to str which may be dangerous in py3. Use bytes and decode instead.