diff data/plugin/parser/text_x_arnica.py @ 132:3ca3f4aadfca

arnica_slides, text_x_arnica: removed off commented code lines
author Reimar Bauer <rb.proj AT googlemail DOT com>
date Sun, 29 Jun 2008 13:19:55 +0200
parents 4ea7ff9f6ffb
children 4303e6226f79
line wrap: on
line diff
--- a/data/plugin/parser/text_x_arnica.py	Sun Jun 29 10:17:44 2008 +0200
+++ b/data/plugin/parser/text_x_arnica.py	Sun Jun 29 13:19:55 2008 +0200
@@ -15,8 +15,6 @@
     @copyright: 2008 by MoinMoin:ReimarBauer
     @license: GNU GPL, see COPYING for details.
 """
-#Dependencies = ['time'] # do not cache
-
 import os, re
 from random import randint
 from MoinMoin import caching, config, wikiutil
@@ -41,7 +39,6 @@
         fmt = self.request.formatter
 
         result = []
-        #result.append(fmt.div(1))
 
         havefilters = False
         for col in self.data.columns:
@@ -126,7 +123,7 @@
             row = self.data.next()
 
         result.append(fmt.table(0))
-        #result.append(fmt.div(0))
+
         return ''.join(result)
 
 def arnica_settings(target_page=u'', columns=4, file_regex=u'.',
@@ -179,6 +176,7 @@
             webnail_width = '%g%s' % webnail_width
 
     return locals()
+
 # ToDo may be move to wikiutil
 def get_exif_info(file_name):
     """ gets exif info from image file