Changeset c8bd343a5c04238ee79615c84a8e6c112aee0ce3
- Timestamp:
- 01/22/08 06:48:35
(1 year ago)
- Author:
- William McBrine <wmcbrine@gmail.com>
- git-committer:
- William McBrine <wmcbrine@gmail.com> 1201006115 -0500
- git-parent:
[9b40acca7fb1109f279baec9bc6fa5b4ecf1ae90]
- git-author:
- William McBrine <wmcbrine@gmail.com> 1201006115 -0500
- Message:
Need to capitalize the 'V' in 'TiVoConnect?'.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| raf8e504 |
rc8bd343 |
|
| 17 | 17 | |
|---|
| 18 | 18 | def add_container(self, name, settings): |
|---|
| 19 | | if self.containers.has_key(name) or name == 'TivoConnect': |
|---|
| | 19 | if self.containers.has_key(name) or name == 'TiVoConnect': |
|---|
| 20 | 20 | raise "Container Name in use" |
|---|
| 21 | 21 | settings['content_type'] = GetPlugin(settings['type']).CONTENT_TYPE |
|---|