From afde40ad138202991dbf9dbcba1f5213ccb41aa9 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 30 Apr 2014 10:17:39 -0400 Subject: [PATCH] Make course ids and usage ids opaque to LMS and Studio [partial commit] This commit makes the embargo.tests module a real python module. These keys are now objects with a limited interface, and the particular internal representation is managed by the data storage layer (the modulestore). For the LMS, there should be no outward-facing changes to the system. The keys are, for now, a change to internal representation only. For Studio, the new serialized form of the keys is used in urls, to allow for further migration in the future. Co-Author: Andy Armstrong Co-Author: Christina Roberts Co-Author: David Baumgold Co-Author: Diana Huang Co-Author: Don Mitchell Co-Author: Julia Hansbrough Co-Author: Nimisha Asthagiri Co-Author: Sarina Canelake [LMS-2370] --- common/djangoapps/embargo/tests/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 common/djangoapps/embargo/tests/__init__.py diff --git a/common/djangoapps/embargo/tests/__init__.py b/common/djangoapps/embargo/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2