From f4617d12051a7468f9c58192c5acc6c676d793f0 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 30 Jun 2010 12:28:25 -0400 Subject: [PATCH] Updated sitecore.prof.import.__doc__ --- sitecore/prof/import.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sitecore/prof/import.py b/sitecore/prof/import.py index 9f998b6..1c2e040 100644 --- a/sitecore/prof/import.py +++ b/sitecore/prof/import.py @@ -19,7 +19,7 @@ """Move Professors from YAML -> Sitecore. Professors will be created in: - Content -> Drexel -> ? -> physics -> ? + Content -> Home -> physics -> contact -> facultyDirectory """ import time @@ -123,7 +123,7 @@ class ProfessorAdder (object): self.s.logger.info("can't lock %s (already locked?), skipping" % name) def set_editor_field(self, editor_link, value): - pass # TODO + pass # TODO, save first. def main(argv): -- 2.26.2