From: W. Trevor King Date: Sat, 26 Jun 2010 02:08:20 +0000 (-0400) Subject: Fix sitecore.prof_import.__doc__ X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7661f23529fa66ebea916bf4f149295828b5e9f5;p=sitecorepy.git Fix sitecore.prof_import.__doc__ --- 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