Created
January 12, 2014 20:10
-
-
Save arthuralvim/8389768 to your computer and use it in GitHub Desktop.
I have accidentally deleted some .py untracked files. For my luck I found this project (https://github.com/wibiti/uncompyle2).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone [email protected]:wibiti/uncompyle2.git | |
cd uncompyle2/ | |
python setup.py install | |
uncompyler2 thank_goodness_this_still_exists.pyc > recovered_file.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment