~iffy/storm/stringbug

« back to all changes in this revision

Viewing changes to storm/store.py

  • Committer: Gustavo Niemeyer
  • Date: 2007-07-18 21:41:04 UTC
  • mto: This revision was merged to the branch mainline in revision 162.
  • Revision ID: gustavo@niemeyer.net-20070718214104-u0t95jqp7bvv4cu0
- Finished implementation of the C version of ObjectInfo
  and get_obj_info.
- The cextensions module isn't built by default anymore.  We
  don't trust it yet, even though all tests pass.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#
21
21
from weakref import WeakValueDictionary, WeakKeyDictionary
22
22
 
23
 
from storm.info import get_cls_info, get_obj_info, set_obj_info, get_info
 
23
from storm.info import get_cls_info, get_obj_info, set_obj_info
24
24
from storm.variables import Variable, LazyValue
25
25
from storm.expr import (
26
26
    Expr, Select, Insert, Update, Delete, Column, JoinExpr, Count, Max, Min,