Skip to content

Instantly share code, notes, and snippets.

@jfhbrook
Created March 30, 2017 18:52
Show Gist options
  • Save jfhbrook/9e0bc37df15db6be79b52479f24748fb to your computer and use it in GitHub Desktop.
Save jfhbrook/9e0bc37df15db6be79b52479f24748fb to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
from importlib import __import__
import sys
print(__import__(sys.argv[1]).__file__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment