SF.net SVN: fclient:[757] trunk/fclient/src/fclient/fclient.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-27 11:10:40
|
Revision: 757
http://fclient.svn.sourceforge.net/fclient/?rev=757&view=rev
Author: jUrner
Date: 2008-07-27 11:10:49 +0000 (Sun, 27 Jul 2008)
Log Message:
-----------
whitespace
Modified Paths:
--------------
trunk/fclient/src/fclient/fclient.py
Modified: trunk/fclient/src/fclient/fclient.py
===================================================================
--- trunk/fclient/src/fclient/fclient.py 2008-07-27 11:10:03 UTC (rev 756)
+++ trunk/fclient/src/fclient/fclient.py 2008-07-27 11:10:49 UTC (rev 757)
@@ -1,4 +1,4 @@
-
+
from __future__ import absolute_import
if __name__ == '__main__': # see --> http://bugs.python.org/issue1510172 . works only current dir and below
import os; __path__ = [os.path.dirname(__file__)]
@@ -17,7 +17,6 @@
#*************************************************************
def main():
-
app = QtGui.QApplication(sys.argv)
mainWindow = MainWindow()
viewWidget = ViewWidget(mainWindow)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|