Make taggable-mixin tests working by updating GAE path.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 01 Jun 2009 22:17:38 +0200
changeset 2375 b9b203dc96d8
parent 2374 48488e7fa906
child 2376 feec28b50f1b
Make taggable-mixin tests working by updating GAE path.
app/taggable-mixin/taggable_tests.py
--- a/app/taggable-mixin/taggable_tests.py	Mon Jun 01 20:38:38 2009 +0200
+++ b/app/taggable-mixin/taggable_tests.py	Mon Jun 01 22:17:38 2009 +0200
@@ -17,7 +17,7 @@
 import sys
 import os.path
 
-APPENGINE_PATH = '../../../../google/google_appengine'
+APPENGINE_PATH = '../../thirdparty/google_appengine'
 
 # Add app-engine related libraries to your path
 paths = [