diff -Nru saku-0.2.0/shingetsu/admin_cgi.py saku.2005-04-04/shingetsu/admin_cgi.py --- saku-0.2.0/shingetsu/admin_cgi.py 2005-04-02 23:14:11.000000000 +0900 +++ saku.2005-04-04/shingetsu/admin_cgi.py 2005-04-04 23:57:58.000000000 +0900 @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: admin_cgi.py,v 1.16 2005/04/02 14:14:11 fuktommy Exp $ +# $Id: admin_cgi.py,v 1.17 2005/04/04 14:57:58 fuktommy Exp $ # import cgi @@ -26,7 +26,7 @@ import gateway from cache import * -__version__ = "$Revision: 1.16 $" +__version__ = "$Revision: 1.17 $" class CGI(gateway.CGI): @@ -225,7 +225,7 @@ ' \n' + self.localtime(cache.stamp) + " " + - ' ' + x + '\n' + ' (' + str(len(cache)) + "/" + str(int(cache.size/1024/1024*10)/10.0) +