SF.net SVN: fclient: [141] trunk/sandbox/fcp/__init__.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <ju...@us...> - 2008-02-05 12:08:41
|
Revision: 141 http://fclient.svn.sourceforge.net/fclient/?rev=141&view=rev Author: jurner Date: 2008-02-05 04:08:45 -0800 (Tue, 05 Feb 2008) Log Message: ----------- ... Modified Paths: -------------- trunk/sandbox/fcp/__init__.py Modified: trunk/sandbox/fcp/__init__.py =================================================================== --- trunk/sandbox/fcp/__init__.py 2008-02-04 11:55:35 UTC (rev 140) +++ trunk/sandbox/fcp/__init__.py 2008-02-05 12:08:45 UTC (rev 141) @@ -6,6 +6,12 @@ __author__ = 'Juergen Urner' __copyright__ = '(c) 2008 - Juergen Urner' -__email__ = 'jue...@go...' +__email__ = 'jue...@ar...' __licence__ = 'Mit' -__version__ = '0.1' \ No newline at end of file +__version__ = '0.1' + +#**************************************************************************************** +# +#**************************************************************************************** +def getFcpClient(): + pass This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |