maybe this simple workaround will be useful? ``` try: set except NameError: from sets import Set as set # Python 2.3 fallback ``` then use `set` instead `sets.Set` in line 529