Skip to content

Commit

Permalink
test.py (not very useful) and MANIFEST.in were forgotten.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/pyalsaaudio/code/trunk@18 ec2f30ec-7544-0410-870e-f70ca00c83f0
  • Loading branch information
larsimmisch committed Jan 24, 2008
1 parent 5df4378 commit d6fd874
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include *.py
include CHANGES
include TODO
include LICENSE
recursive-include doc *.html *.gif *.png *.css *.py *.tex Makefile
7 changes: 7 additions & 0 deletions test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import alsaaudio
import sys
if len(sys.argv) > 1: name = sys.argv[1]
else: name = "Master"

m = alsaaudio.Mixer(name)

0 comments on commit d6fd874

Please sign in to comment.