Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/model/__init__.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2013-08-30 03:01:43 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2013-08-31 13:20:17 (GMT)
commitb4e415ab9f70373ce1d5572467d58f95b5a9c755 (patch)
treeccfb23f1cec2bb291c3a2d75776106fb7938aa57 /sugar_network/model/__init__.py
parent6c16b4c366b33f8020cd414b88abcd8aa2e43ead (diff)
More internal polishing
* keep all launching related procedures in client process only * do not monitor activity directories * revert lazy db open on client side
Diffstat (limited to 'sugar_network/model/__init__.py')
-rw-r--r--sugar_network/model/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar_network/model/__init__.py b/sugar_network/model/__init__.py
index b0ba07a..d30b697 100644
--- a/sugar_network/model/__init__.py
+++ b/sugar_network/model/__init__.py
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-from sugar_network.model.routes import Routes
+from sugar_network.model.routes import VolumeRoutes, FrontRoutes
CONTEXT_TYPES = ['activity', 'project', 'package', 'content']