From: W. Trevor King Date: Wed, 30 Jun 2010 16:28:25 +0000 (-0400) Subject: Updated sitecore.prof.import.__doc__ X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f4617d12051a7468f9c58192c5acc6c676d793f0;p=sitecorepy.git Updated sitecore.prof.import.__doc__ --- 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):