home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / YaST2 / include / wizard / sequencer.ycp
Text File  |  2006-11-29  |  528b  |  25 lines

  1. /**
  2.  * File:    include/wizard/sequencer.ycp
  3.  * Module:    yast2
  4.  * Summary:    Wizard sequencer
  5.  * Authors:    Michal Svec <msvec@suse.cz>
  6.  *
  7.  * $Id: sequencer.ycp 15451 2004-03-05 10:15:39Z msvec $
  8.  *
  9.  * This include is obsolete and for compatibility only.
  10.  * Use module Sequencer instead.
  11.  */
  12.  
  13. {
  14.  
  15. import "Sequencer";
  16.  
  17. define symbol WizardSequencer(map aliases, map sequence) {
  18.     y2warning("The sequencer include is obsolete");
  19.     y2warning("Use Sequencer module instead");
  20.     return Sequencer::Run(aliases, sequence);
  21. }
  22.  
  23. /* EOF */
  24. }
  25.