~ps-jenkins/ubuntu-system-image/ubuntu-utopic-proposed

« back to all changes in this revision

Viewing changes to systemimage/tests/reboot.py

  • Committer: Barry Warsaw
  • Date: 2013-06-27 20:36:19 UTC
  • Revision ID: barry@python.org-20130627203619-r57dgtr6fmilh0tu
 * Fix distutils packaging bugs exposed by Debian packaging work.
 * Rename 'resolver' package to 'systemimage' and script to
   /usr/bin/system-image-cli (LP: #1193142)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    ]
22
22
 
23
23
 
24
 
from resolver.reboot import BaseReboot
 
24
from systemimage.reboot import BaseReboot
25
25
 
26
26
 
27
27
class TestableReboot(BaseReboot):