~divmod-dev/divmod.org/service-515

« back to all changes in this revision

Viewing changes to Sine/xshtoom/audio/converters.py

  • Committer: mithrandi
  • Date: 2006-04-14 17:23:46 UTC
  • Revision ID: svn-v4:866e43f7-fbfc-0310-8f2a-ec88d1da2979:trunk:6111
Merge cleanups-835-2.

Fixes #835
Author: mithrandi
Reviewer: glyph

Fix a whole bunch of code causing various Pyflakes warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Copyright (C) 2004 Anthony Baxter
2
2
from xshtoom.rtp.formats import PT_PCMU, PT_GSM, PT_SPEEX, PT_DVI4, PT_RAW
3
3
from xshtoom.rtp.formats import PT_PCMA, PT_ILBC
4
 
from xshtoom.rtp.formats import PT_CN, PT_xCN, AudioPTMarker
 
4
from xshtoom.rtp.formats import PT_CN, PT_xCN
5
5
from xshtoom.avail import codecs
6
6
from xshtoom.audio import aufile, playout
7
7
from zope.interface import Interface, implements