d/bin/ostestr: Update import for rename of os_testr.py to ostestr.py.

This commit is contained in:
Corey Bryant 2016-06-06 09:56:00 -04:00
parent f65f51e2db
commit b7f09d3bfe
2 changed files with 2 additions and 1 deletions

2
debian/bin/ostestr vendored
View File

@ -2,7 +2,7 @@
import sys
from os_testr.os_testr import main
from os_testr.ostestr import main
if __name__ == "__main__":
sys.exit(main())

1
debian/changelog vendored
View File

@ -9,6 +9,7 @@ python-os-testr (0.7.0-1) UNRELEASED; urgency=medium
* New upstream release.
* d/gbp.conf: Update branch for Newton.
* d/control: Align (Build-)Depends with upstream.
* d/bin/ostestr: Update import for rename of os_testr.py to ostestr.py.
-- Corey Bryant <corey.bryant@canonical.com> Mon, 06 Jun 2016 09:42:32 -0400