diff -r 52e6c8d62ac6 -r e867ae952fc0 rtags.py --- a/rtags.py Fri Sep 25 11:57:31 2009 +0200 +++ b/rtags.py Fri Sep 25 11:57:35 2009 +0200 @@ -100,10 +100,6 @@ self.tag_relation(key, *args, **kwargs) def tag_relation(self, key, tag): - #if isinstance(key, basestring): - # stype, rtype, otype = key.split() - #else: - stype, rtype, otype, tagged = [str(k) for k in key] if self._allowed_values is not None: assert tag in self._allowed_values, \ '%r is not an allowed tag (should be in %s)' % (