Created
October 17, 2012 08:33
-
-
Save npinto/3904425 to your computer and use it in GitHub Desktop.
Revisions
-
npinto revised this gist
Oct 18, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,3 @@ import os from os import path __location__ = path.realpath(path.join(os.getcwd(), path.dirname(__file__))) -
npinto revised this gist
Oct 18, 2012 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1,2 @@ from os import path __location__ = path.realpath(path.join(os.getcwd(), path.dirname(__file__))) -
npinto created this gist
Oct 17, 2012 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ __location__ = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))