Skip to content

Instantly share code, notes, and snippets.

@karanparikh
Created July 2, 2011 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karanparikh/1059797 to your computer and use it in GitHub Desktop.
Save karanparikh/1059797 to your computer and use it in GitHub Desktop.
# this works!
_Car = __import__("vehicles.four-wheels-car", globals(), locals(), ["Car"])
Car = _Car.Car
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment