Fix sitecore.prof_import.__doc__
authorW. Trevor King <wking@drexel.edu>
Sat, 26 Jun 2010 02:08:20 +0000 (22:08 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 26 Jun 2010 02:08:20 +0000 (22:08 -0400)
sitecore/prof_import.py

index b4d9a5463049afd107b7b743ea25b1a369989d29..fb7ed000f7e2d5b8747785e4d99fd37918c6d25d 100644 (file)
@@ -16,7 +16,7 @@
 # You should have received a copy of the GNU General Public License
 # along with SiteCorePy.  If not, see <http://www.gnu.org/licenses/>.
 
-"""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