s/frontends/applications, third
This commit is contained in:
parent
72c4d25d55
commit
7d3a889c19
16 changed files with 47 additions and 50 deletions
|
|
@ -20,7 +20,7 @@ from PyQt4.QtCore import SIGNAL
|
|||
|
||||
from weboob.tools.application.qt import QtMainWindow, QtDo
|
||||
|
||||
from weboob.frontends.qvideoob.ui.main_window_ui import Ui_MainWindow
|
||||
from weboob.applications.qvideoob.ui.main_window_ui import Ui_MainWindow
|
||||
|
||||
from .video import Video
|
||||
from .minivideo import MiniVideo
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -33,18 +33,17 @@ setup(
|
|||
author_email='weboob@lists.symlink.me',
|
||||
license='GPLv3',
|
||||
url='http://weboob.org/QVideoob',
|
||||
namespace_packages = ['weboob', 'weboob.frontends'],
|
||||
namespace_packages = ['weboob', 'weboob.applications'],
|
||||
packages=[
|
||||
'weboob',
|
||||
'weboob.frontends',
|
||||
'weboob.frontends.qvideoob',
|
||||
'weboob.frontends.qvideoob.ui',
|
||||
'weboob.applications',
|
||||
'weboob.applications.qvideoob',
|
||||
'weboob.applications.qvideoob.ui',
|
||||
],
|
||||
scripts=[
|
||||
'scripts/qvideoob',
|
||||
],
|
||||
install_requires=[
|
||||
'weboob-core-qt',
|
||||
'weboob-video-backends',
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue