Clean up some syntax (use isinstance) and tox stuff

This commit is contained in:
blitzman
2017-02-26 14:17:46 -05:00
parent 70934e05e1
commit 1826122381
5 changed files with 14 additions and 10 deletions

View File

@@ -276,7 +276,6 @@ def getVariations(itemids, groupIDs=None, where=None, eager=None):
return vars
@cachedQuery(1, "attr")
def getAttributeInfo(attr, eager=None):
if isinstance(attr, basestring):