Skip to content

Commit

Permalink
changed root_dir discovery to suit with OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
tommaso barbugli authored and tommaso barbugli committed Apr 10, 2011
1 parent 308cf50 commit 7d4d484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gae/appengine_console.py
Expand Up @@ -10,7 +10,7 @@
import sys import sys
import os import os


root_dir = os.path.dirname(os.path.abspath(__file__)) root_dir = os.path.dirname(sys.argv[0])
sys.path.insert(0, os.path.join(root_dir, 'lib')) sys.path.insert(0, os.path.join(root_dir, 'lib'))
from gaePath.util import gae_sdk_path, add_gae_sdk_path from gaePath.util import gae_sdk_path, add_gae_sdk_path


Expand Down

0 comments on commit 7d4d484

Please sign in to comment.