[Debian-astro-commits] [python-pyds9] 01/01: Update package name and class name in test

Ole Streicher olebole at moszumanska.debian.org
Tue Dec 8 19:25:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

olebole pushed a commit to branch debian
in repository python-pyds9.

commit 62a4860abe25a2b6756d44f217c8c06eb1cb3943
Author: Ole Streicher <olebole at debian.org>
Date:   Tue Dec 8 20:25:04 2015 +0100

    Update package name and class name in test
---
 debian/tests/pyds9-test | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/tests/pyds9-test b/debian/tests/pyds9-test
index 160a0a8..f660cc8 100755
--- a/debian/tests/pyds9-test
+++ b/debian/tests/pyds9-test
@@ -9,10 +9,10 @@ cd "${ADTTMP}"
 
 xvfb-run --server-args="-screen 0 1024x768x24" python <<EOF
 import time
-import ds9
-d = ds9.ds9('test')
+import pyds9
+d = pyds9.DS9('test')
 time.sleep(1)
-print ds9.ds9_targets()
+print pyds9.ds9_targets()
 d.set('file test.fits')
 hdul = d.get_pyfits()
 hdul.info()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/python-pyds9.git



More information about the Debian-astro-commits mailing list