[Checkins] SVN: GenericSetup/trunk/tool.py Correct a docstring

Wichert Akkerman wichert at wiggy.net
Thu Jul 12 11:18:20 EDT 2007


Log message for revision 77754:
  Correct a docstring

Changed:
  U   GenericSetup/trunk/tool.py

-=-
Modified: GenericSetup/trunk/tool.py
===================================================================
--- GenericSetup/trunk/tool.py	2007-07-12 15:15:27 UTC (rev 77753)
+++ GenericSetup/trunk/tool.py	2007-07-12 15:18:19 UTC (rev 77754)
@@ -200,7 +200,7 @@
         """ See ISetupTool.
         """
         warn('setImportContext is deprecated.  Use setBaselineContext to '
-             'specify the baseline context, and/or runImportStepsFromContext '
+             'specify the baseline context, and/or runImportStepFromProfile '
              'to run the steps from a specific import context.',
              DeprecationWarning, stacklevel=2)
         self._import_context_id = context_id



More information about the Checkins mailing list