[Checkins] SVN: Sandbox/ocql-foliage/src/ocql/engine/queryobject.py notimplemented mistakes

Adam Groszer agroszer at gmail.com
Tue Sep 25 09:42:23 EDT 2007


Log message for revision 80005:
  notimplemented mistakes

Changed:
  U   Sandbox/ocql-foliage/src/ocql/engine/queryobject.py

-=-
Modified: Sandbox/ocql-foliage/src/ocql/engine/queryobject.py
===================================================================
--- Sandbox/ocql-foliage/src/ocql/engine/queryobject.py	2007-09-25 13:36:06 UTC (rev 80004)
+++ Sandbox/ocql-foliage/src/ocql/engine/queryobject.py	2007-09-25 13:42:23 UTC (rev 80005)
@@ -97,13 +97,11 @@
 
 class In(Term):
     def __init__(self, identifier, expression):
-        raise NotImplemented()
         self.identifier = identifier
         self.expression = expression
 
 class Alias(Term):
     def __init__(self, identifier, expression):
-        raise NotImplemented()
         self.identifier = identifier
         self.expression = expression
 



More information about the Checkins mailing list