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

@ -19,7 +19,7 @@
import urllib2
from PyQt4.QtGui import QFrame, QImage, QPixmap
from weboob.frontends.qvideoob.ui.minivideo_ui import Ui_MiniVideo
from weboob.applications.qvideoob.ui.minivideo_ui import Ui_MiniVideo
from .video import Video
class MiniVideo(QFrame):