~didrocks/ubiquity/intall-metrics

« back to all changes in this revision

Viewing changes to ubiquity/validation.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:
32
32
# Created by Antonio Olmo <aolmo#emergya._info> on 26 jul 2005.
33
33
 
34
34
from string            import whitespace, uppercase
35
 
from espresso.settings import *
 
35
from ubiquity.settings import *
36
36
 
37
37
HOSTNAME_LENGTH = 1
38
38
HOSTNAME_WHITESPACE = 2