Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/db/__init__.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2014-02-04 12:19:15 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2014-02-18 21:20:34 (GMT)
commit6447b7951a66021f288f5b2b0c8cc301257d36ee (patch)
tree2c7d269a0dba29a6466996889a1c9980971a0e06 /sugar_network/db/__init__.py
parentb68085299cee6e5488e8301042cde13d040494ca (diff)
Polish design
The major points: * minimize number of resource types * use aggregated properties instead of resources * separate blob storage from resources db
Diffstat (limited to 'sugar_network/db/__init__.py')
-rw-r--r--sugar_network/db/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sugar_network/db/__init__.py b/sugar_network/db/__init__.py
index 2f22a36..b2ceb67 100644
--- a/sugar_network/db/__init__.py
+++ b/sugar_network/db/__init__.py
@@ -350,8 +350,8 @@ Volume
"""
from sugar_network.db.metadata import \
- indexed_property, stored_property, blob_property, \
- Property, StoredProperty, BlobProperty, IndexedProperty, AggregatedType
+ stored_property, indexed_property, Property, Numeric, Boolean, Dict, \
+ Enum, List, Aggregated, Blob, Localized
from sugar_network.db.index import index_flush_timeout, \
index_flush_threshold, index_write_queue
from sugar_network.db.resource import Resource