Diff
Differences From Artifact [e085c85a05]:
- File channels/exportcat.py — part of check-in [2b729c9433] at 2015-04-11 19:14:56 on branch trunk — Cleanup exportcat file extension mapping, and fix docs. (user: mario, size: 2149) [annotate] [blame] [check-ins using]
To Artifact [2dd3da6db4]:
- File channels/exportcat.py — part of check-in [a7b0cd39a2] at 2015-04-17 21:14:32 on branch trunk — Remove remnant module .title/etc attributes, and .current category overwriting. (user: mario, size: 2133) [annotate] [blame] [check-ins using]
27 28 29 30 31 32 33 | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - | import action import re # provides another export window, and custom file generation - does not use action.save() class exportcat(): |