~cjwatson/ubiquity/new-partitioner

« back to all changes in this revision

Viewing changes to ubiquity/parted_server.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:
18
18
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 
20
20
# Simple bindings to allow Python programs to talk to parted_server.
21
 
# I don't recommend attempting to use these outside Espresso.
 
21
# I don't recommend attempting to use these outside Ubiquity.
22
22
 
23
23
import os
24
24
import shutil