Skip to content

Instantly share code, notes, and snippets.

@splinecraft
Created September 7, 2016 18:29
Show Gist options
  • Save splinecraft/466b117ba72381b620dfa2416e7cb01c to your computer and use it in GitHub Desktop.
Save splinecraft/466b117ba72381b620dfa2416e7cb01c to your computer and use it in GitHub Desktop.
Import file that isn't in python path
import imp
util = imp.load_source('util', '/Users/eric/Google Drive/Macbook Sync/Maya Tools/shapes/CurveShape.py')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment