SF.net SVN: fclient:[755] trunk/fclient/src/fclient/__init__.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-27 11:09:22
|
Revision: 755
http://fclient.svn.sourceforge.net/fclient/?rev=755&view=rev
Author: jUrner
Date: 2008-07-27 11:09:32 +0000 (Sun, 27 Jul 2008)
Log Message:
-----------
clean up
Modified Paths:
--------------
trunk/fclient/src/fclient/__init__.py
Modified: trunk/fclient/src/fclient/__init__.py
===================================================================
--- trunk/fclient/src/fclient/__init__.py 2008-07-26 12:10:36 UTC (rev 754)
+++ trunk/fclient/src/fclient/__init__.py 2008-07-27 11:09:32 UTC (rev 755)
@@ -1,9 +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__)]
+
-
-from . import config
-from .ui import connection
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|