Index: branches/ariel/xmldumps-backup/WikiDump.py |
— | — | @@ -326,7 +326,7 @@ |
327 | 327 | try: |
328 | 328 | # tack on the file mtime so that if we have multiple wikis |
329 | 329 | # dumped on the same day, they get ordered properly |
330 | | - date = int(today()) - int(last) |
| 330 | + date = int(TimeUtils.today()) - int(last) |
331 | 331 | age = FileUtils.fileAge(dumpStatus) |
332 | 332 | status = FileUtils.readFile(dumpStatus) |
333 | 333 | except: |