SF.net SVN: fclient: [128] trunk/sandbox/fcp/boards/frost.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-03 13:16:37
|
Revision: 128
http://fclient.svn.sourceforge.net/fclient/?rev=128&view=rev
Author: jurner
Date: 2008-02-03 05:16:37 -0800 (Sun, 03 Feb 2008)
Log Message:
-----------
fix
Modified Paths:
--------------
trunk/sandbox/fcp/boards/frost.py
Modified: trunk/sandbox/fcp/boards/frost.py
===================================================================
--- trunk/sandbox/fcp/boards/frost.py 2008-02-03 13:16:02 UTC (rev 127)
+++ trunk/sandbox/fcp/boards/frost.py 2008-02-03 13:16:37 UTC (rev 128)
@@ -81,14 +81,15 @@
+if __name__ == '__amain__':
+ board = FrostBoard()
-board = FrostBoard()
+ t = FrostDate.now()
+ print t.toString()
-t = FrostDate.now()
-print t.toString()
+ board.readBoard('de.freenet', 'news', FrostDate.now())
-board.readBoard('de.freenet', 'news', FrostDate.now())
@@ -96,4 +97,3 @@
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|