SF.net SVN: fclient:[669] trunk/fclient/src/fclient/Ui_ViewLogger.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-18 03:01:05
|
Revision: 669
http://fclient.svn.sourceforge.net/fclient/?rev=669&view=rev
Author: jUrner
Date: 2008-07-18 03:01:14 +0000 (Fri, 18 Jul 2008)
Log Message:
-----------
naming
Modified Paths:
--------------
trunk/fclient/src/fclient/Ui_ViewLogger.py
Modified: trunk/fclient/src/fclient/Ui_ViewLogger.py
===================================================================
--- trunk/fclient/src/fclient/Ui_ViewLogger.py 2008-07-18 03:00:26 UTC (rev 668)
+++ trunk/fclient/src/fclient/Ui_ViewLogger.py 2008-07-18 03:01:14 UTC (rev 669)
@@ -9,7 +9,6 @@
from PyQt4 import QtCore, QtGui
from . import config
-from . import Ui_View
from .lib import fcp2
from .tpls.Ui_ViewLoggerWidgetTpl import Ui_ViewLoggerWidget
@@ -116,10 +115,10 @@
)
-class LoggerViewObject(Ui_View.ViewObject):
+class LoggerViewObject(config.ViewObject):
def __init__(self, parent):
- Ui_View.ViewObject. __init__(self, parent)
+ config.ViewObject. __init__(self, parent)
self.name=parent.objectName()
self.displayName=self.trUtf8('Logger')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|