thirdparty/google_appengine/google/appengine/datastore/datastore_pb.py
changeset 686 df109be0567c
parent 149 f2e327a7c5de
child 828 f5fd65cc3bf3
--- a/thirdparty/google_appengine/google/appengine/datastore/datastore_pb.py	Sat Dec 06 14:50:45 2008 +0000
+++ b/thirdparty/google_appengine/google/appengine/datastore/datastore_pb.py	Sat Dec 06 16:52:21 2008 +0000
@@ -369,14 +369,14 @@
   ANCESTOR_FIRST =    2
   FILTER_FIRST =    3
 
-  _Plan_NAMES = {
+  _Hint_NAMES = {
     1: "ORDER_FIRST",
     2: "ANCESTOR_FIRST",
     3: "FILTER_FIRST",
   }
 
-  def Plan_Name(cls, x): return cls._Plan_NAMES.get(x, "")
-  Plan_Name = classmethod(Plan_Name)
+  def Hint_Name(cls, x): return cls._Hint_NAMES.get(x, "")
+  Hint_Name = classmethod(Hint_Name)
 
   has_app_ = 0
   app_ = ""