app/soc/models/mentor.py
changeset 1113 78e4ea7e71f9
parent 385 6d410bf49a82
child 1307 091a21cf3627
--- a/app/soc/models/mentor.py	Sat Jan 31 14:38:04 2009 +0000
+++ b/app/soc/models/mentor.py	Sat Jan 31 14:39:05 2009 +0000
@@ -14,17 +14,17 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-"""This module contains the Reviewer Model."""
+"""This module contains the Organization Mentor Model."""
 
 __authors__ = [
   '"Todd Larsen" <tlarsen@google.com>',
 ]
 
 
-import soc.models.reviewer
+import soc.models.role
 
 
-class Mentor(soc.models.reviewer.Reviewer):
+class Mentor(soc.models.role.Role):
   """Organization Mentor.
   """
   pass