• Marius Gedminas's avatar
    Fix half of testfsoids · cb8fe119
    Marius Gedminas authored
    In Python 2 str(SomeClass) returns "modulename.ClassName".
    
    In Python 3 str(SomeClass) returns "<class 'modulename.ClassName'>".
    
    We want the former.
    cb8fe119
fsoids.py 7.92 KB