app/taggable-mixin/taggable_tests.py
changeset 2375 b9b203dc96d8
parent 2368 e07c425c7135
equal deleted inserted replaced
2374:48488e7fa906 2375:b9b203dc96d8
    15 #limitations under the License.
    15 #limitations under the License.
    16 
    16 
    17 import sys
    17 import sys
    18 import os.path
    18 import os.path
    19 
    19 
    20 APPENGINE_PATH = '../../../../google/google_appengine'
    20 APPENGINE_PATH = '../../thirdparty/google_appengine'
    21 
    21 
    22 # Add app-engine related libraries to your path
    22 # Add app-engine related libraries to your path
    23 paths = [
    23 paths = [
    24     APPENGINE_PATH,
    24     APPENGINE_PATH,
    25     os.path.join(APPENGINE_PATH, 'lib', 'django'),
    25     os.path.join(APPENGINE_PATH, 'lib', 'django'),