Move towards python 3

This commit is contained in:
Lars Immisch
2015-05-08 11:26:39 +02:00
parent 08b80110b0
commit 7b9d9828e6
6 changed files with 26 additions and 29 deletions

View File

@@ -1,11 +1,11 @@
#!/usr/bin/env python
# These are internal test. They shouldn't fail, but they don't cover all
# of the ALSA API. Most of all PCM.read and PCM.write are missing.
# These are internal tests. They shouldn't fail, but they don't cover all
# of the ALSA API. Most importantly PCM.read and PCM.write are missing.
# These need to be tested by playbacktest.py and recordtest.py
# In case of a problem, run these tests. If they fail, file a bug report on
# http://sourceforge.net/projects/pyalsaaudio
# http://github.com/larsimmisch/pyalsaaudio/issues
import unittest
import alsaaudio