SF.net SVN: fclient: [302] trunk/sandbox/fcp2/uri.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-29 13:05:01
|
Revision: 302
http://fclient.svn.sourceforge.net/fclient/?rev=302&view=rev
Author: jurner
Date: 2008-02-29 05:03:27 -0800 (Fri, 29 Feb 2008)
Log Message:
-----------
fixed re pattern for freenet keys
Modified Paths:
--------------
trunk/sandbox/fcp2/uri.py
Modified: trunk/sandbox/fcp2/uri.py
===================================================================
--- trunk/sandbox/fcp2/uri.py 2008-02-29 13:02:56 UTC (rev 301)
+++ trunk/sandbox/fcp2/uri.py 2008-02-29 13:03:27 UTC (rev 302)
@@ -57,7 +57,7 @@
#***************************************************************************************
KeyPat = re.compile(
r'''
-^(CHK | SSK | SVK | USK @)
+^(CHK@ | SSK@ | SVK@ | USK@)
(
[a-z0-9\-~]{43},
[a-z0-9\-~]{43},
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|