~kelemeng/checkbox/bug868571

« back to all changes in this revision

Viewing changes to hwtest/action.py

  • Committer: Marc Tardif
  • Date: 2007-09-29 20:37:52 UTC
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: marc.tardif@canonical.com-20070929203752-5aarzgo5krdbuakk
Initial commit to refactor gui interface.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
    def action_audio(self):
19
19
        gnome.sound_init("localhost")
20
 
        sound_file = os.path.join(SHARE_DIR, "gui", "sound.wav")
 
20
        sound_file = os.path.join(SHARE_DIR, "data", "sound.wav")
21
21
        gnome.sound_play(sound_file)
22
22
 
23
23
        try: