s/frontends/applications, third

This commit is contained in:
Christophe Benz 2010-07-06 13:51:22 +02:00
commit 7d3a889c19
16 changed files with 47 additions and 50 deletions

View file

@ -20,7 +20,7 @@ from PyQt4.QtCore import QUrl
from PyQt4.QtGui import QDialog
from PyQt4.phonon import Phonon
from weboob.frontends.qvideoob.ui.video_ui import Ui_Video
from weboob.applications.qvideoob.ui.video_ui import Ui_Video
class Video(QDialog):
def __init__(self, video, parent=None):