# 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 -> ?
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