|
From: SVN c. m. f. t. SWORD-A. p. <swo...@li...> - 2012-02-28 12:17:57
|
Revision: 468
http://sword-app.svn.sourceforge.net/sword-app/?rev=468&view=rev
Author: richard-jones
Date: 2012-02-28 12:17:46 +0000 (Tue, 28 Feb 2012)
Log Message:
-----------
fix typo in list_collections handling
Modified Paths:
--------------
sss/branches/sss-2/sss/webpy.py
Modified: sss/branches/sss-2/sss/webpy.py
===================================================================
--- sss/branches/sss-2/sss/webpy.py 2012-02-21 16:50:14 UTC (rev 467)
+++ sss/branches/sss-2/sss/webpy.py 2012-02-28 12:17:46 UTC (rev 468)
@@ -308,7 +308,7 @@
# if we get here authentication was successful and we carry on (we don't care who authenticated)
ss = SwordServer(config, auth)
- cl = sss.list_collection(collection)
+ cl = ss.list_collection(collection)
web.header("Content-Type", "text/xml")
return cl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|