Changeset 6eebe66c00c45d392aac4d8bc1244f7aa823208b
- Timestamp:
- 02/09/08 23:15:41
(1 year ago)
- Author:
- William McBrine <wmcbrine@gmail.com>
- git-committer:
- William McBrine <wmcbrine@gmail.com> 1202620541 -0500
- git-parent:
[60d4905cac9de8210e94fd05da1189d83dbf22d6]
- git-author:
- William McBrine <wmcbrine@gmail.com> 1202620541 -0500
- Message:
Need config here for KRKeegan's per-TiVo share patch.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r60d4905 |
r6eebe66 |
|
| 5 | 5 | from Cheetah.Template import Template |
|---|
| 6 | 6 | from plugin import GetPlugin |
|---|
| | 7 | import config |
|---|
| 7 | 8 | from xml.sax.saxutils import escape |
|---|
| 8 | 9 | |
|---|