Created
July 17, 2014 01:14
-
-
Save kevin-miles/ecc1b8f174b70d860ada to your computer and use it in GitHub Desktop.
import file from another directory
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
import os | |
import sys | |
sys.path.append(os.path.abspath(os.path.dirname(__file__) + '/' + '../..')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment