(self, v)
| 182 | return v |
| 183 | |
| 184 | def _convertDB(self, v): |
| 185 | try: |
| 186 | getattr(self, "_convertV%i" % v)() |
| 187 | except: |
| 188 | try: |
| 189 | self.core.log.error(_("Filedatabase could NOT be converted.")) |
| 190 | except: |
| 191 | print "Filedatabase could NOT be converted." |
| 192 | |
| 193 | #--convert scripts start |
| 194 |