Skip to content

Instantly share code, notes, and snippets.

@GhostofGoes
Created September 14, 2018 02:20
Show Gist options
  • Save GhostofGoes/f2e643d931285e09f41e72bb0a3d2e6e to your computer and use it in GitHub Desktop.
Save GhostofGoes/f2e643d931285e09f41e72bb0a3d2e6e to your computer and use it in GitHub Desktop.
Evil python
import sys
for m in sys.modules.keys():
if not m.startswith('__') and '.' not in m:
sys.modules[m] = None
@panther03
Copy link

🤨📸

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment