• Jakub Wilk's avatar
    Fix bad indentation in a pyximport test · ba8560e4
    Jakub Wilk authored
    The indentation was inadvertently broken when expanding tabs in
    e908c0b9.
    
    Fixes:
    
        $ python pyximport/test/test_reload.py
          File "pyximport/test/test_reload.py", line 23
            assert hello.x == 1
            ^
        IndentationError: unexpected indent
    ba8560e4
test_reload.py 916 Bytes