SF.net SVN: fclient: [470] trunk/fcp2/src/fcp2/__init__.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-01 13:31:22
|
Revision: 470
http://fclient.svn.sourceforge.net/fclient/?rev=470&view=rev
Author: jUrner
Date: 2008-07-01 06:30:41 -0700 (Tue, 01 Jul 2008)
Log Message:
-----------
added requirements
Modified Paths:
--------------
trunk/fcp2/src/fcp2/__init__.py
Modified: trunk/fcp2/src/fcp2/__init__.py
===================================================================
--- trunk/fcp2/src/fcp2/__init__.py 2008-07-01 13:24:16 UTC (rev 469)
+++ trunk/fcp2/src/fcp2/__init__.py 2008-07-01 13:30:41 UTC (rev 470)
@@ -1,6 +1,8 @@
"""Python wrapper for the freenet client protocol version-2
See: [http://www.freenetproject.org] and [http://wiki.freenetproject.org/FreenetFCPSpec2Point0]
+
+@requires: python >= 2.5
"""
import os, sys
@@ -29,7 +31,6 @@
del hack, _RelImportHack
#<-- rel import hack
-
#****************************************************************************************
#
#****************************************************************************************
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|