~ausimage/soovee/trunk

« back to all changes in this revision

Viewing changes to soovee_app/gui/media.py

  • Committer: Jeremy AustinBardo
  • Date: 2009-06-11 01:31:26 UTC
  • Revision ID: tjaustinbardo@gmail.com-20090611013126-0g4axgnvbif9y3og
Fix bugs with shelf creation and stray copy paste errors. Adjusted epydoc comments to more

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
handles the listening of audio enclosures found in a serial audio feed.
21
21
 
22
22
    - C{MediaCptn(parent:object) -> None}
23
 
    - C{MediaCptn(parent:object) -> None}
24
23
    - C{PositionCtrl(parent:object) -> None}
25
24
    - C{ListenCtrl(parent:object) -> None}
26
25
 
30
29
 
31
30
@requires: wx
32
31
@requires: wx.lib.pubsub
33
 
 
 
32
@requires: {soovee_lib.enclist}
34
33
"""
35
34
 
36
35
import wx