~didrocks/ubiquity/intall-metrics

« back to all changes in this revision

Viewing changes to ubiquity/components/install.py

  • Committer: Colin Watson
  • Date: 2006-04-21 11:39:15 UTC
  • Revision ID: colin.watson@canonical.com-20060421113915-7d2d711cd6afc4f5
* Rename from espresso to ubiquity, to better suggest an association with
  Ubuntu. Log output now written to /var/log/installer/syslog rather than
  using the package name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
# along with this program; if not, write to the Free Software
18
18
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 
20
 
from espresso.filteredcommand import FilteredCommand
 
20
from ubiquity.filteredcommand import FilteredCommand
21
21
 
22
22
class Install(FilteredCommand):
23
23
    def prepare(self):
29
29
                     'CAPB',
30
30
                     'ERROR',
31
31
                     'PROGRESS']
32
 
        return (['/usr/share/espresso/install.py'], questions)
 
32
        return (['/usr/share/ubiquity/install.py'], questions)
33
33
 
34
34
    def capb(self, capabilities):
35
35
        self.frontend.debconf_progress_cancellable(