fix missing import

This commit is contained in:
Yann Leboulanger 2010-01-20 11:52:20 +01:00
parent c4d2d4d982
commit 5488cb9307
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ from common import passwords
from common.zeroconf import connection_zeroconf
from common import dataforms
from common import GnuPG
from common import ged
try:
from common.multimedia_helpers import AudioInputManager, AudioOutputManager