From 7661f23529fa66ebea916bf4f149295828b5e9f5 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 25 Jun 2010 22:08:20 -0400 Subject: [PATCH] Fix sitecore.prof_import.__doc__ --- sitecore/prof_import.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sitecore/prof_import.py b/sitecore/prof_import.py index b4d9a54..fb7ed00 100644 --- a/sitecore/prof_import.py +++ b/sitecore/prof_import.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with SiteCorePy. If not, see . -"""Move Professors from MySQL -> Sitecore. +"""Move Professors from YAML -> Sitecore. Professors will be created in: Content -> Drexel -> ? -> physics -> ? @@ -69,9 +69,9 @@ class ProfessorAdder (object): s.expand_nav_section('headshots') def __call__(self, prof): - raw_name = + raw_name = TODO s.open_nav_section(raw_name) - + TODO if __name__ == '__main__': import optparse -- 2.26.2