Import 2017-06-07 23:51:09: master 01f213da

Author Committer Branch Timestamp Parent
jcfr jcfr master 2014-03-12 14:49:33 master 22439577
Changeset

STYLE: Rename Slicer(Wizard.py) -> Extension

Given its current functionality, SlicerWizard.py is more appropriately
the Extension Wizard; rename it accordingly. This also allows us to
shorten the actions (by dropping 'extension' from the end).

Also, the 'submit' action has been renamed to 'contribute'.

Note that the module code has NOT been moved, as it conceivably could be
used by some other script. (Although the SlicerWizard class is renamed.)
Thus, the driver script now says 'from SlicerWizard import
ExtensionWizard'.

From: Matthew Woehlke <matthew.woehlke@kitware.com>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@22973 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Utilities/Scripts/SlicerWizard/__init__.py Diff File