churchyard / rpms / python3

Forked from rpms/python3 6 years ago
Clone

1acd7df Remove %{pylibdir}/Tools/scripts/2to3

1 file Authored by churchyard 6 years ago, Committed by pviktori 6 years ago,
1 file changed. 8 lines added. 1 lines removed.
    Remove %{pylibdir}/Tools/scripts/2to3
    
     * the file has wrong shebang (#!/usr/bin/env python)
        * it is not covered by the shebang correction because it is not
          named with .py extension
        * a note has been added to the shebang correction code about this
     * ignoring shebang, the file is identical to /usr/bin/2to3
       * thus redundant
    
        
file modified
+8 -1