pyqt4topyqt5 icon indicating copy to clipboard operation
pyqt4topyqt5 copied to clipboard

Allows you to recursivley parse directories and only operates on pyth…

Open ben-hearn-sb opened this issue 7 years ago • 3 comments

Fixes windows newlines also. Changed \n to \r\n Only runs and modifies python files. Copies all files not just py files to new target directory to account for icons, binaries etc.

Note:

I modified this and ran it on my project and it worked well. The code has been modified to only change .py files, copy all file types to new locations and also to not add spaces between python lines

  • Ben

ben-hearn-sb avatar Apr 19 '17 14:04 ben-hearn-sb