Changeset 398e56bf5358a481cd04f935b24fa254d3ee605d
- Timestamp:
- 03/18/07 23:45:33
(2 years ago)
- Author:
- Jason Michalski <armooo@armooo.net>
- git-committer:
- Jason Michalski <armooo@armooo.net> 1174279533 +0000
- git-parent:
[c9a41b16d5d029e2c70103beb75fad60eb9fd0e6]
- git-author:
- Jason Michalski <armooo@armooo.net> 1174279533 +0000
- Message:
- pyTivo
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r32e2d9d |
r398e56b |
|
| 32 | 32 | for section in config.sections(): |
|---|
| 33 | 33 | if not section == 'Server': |
|---|
| 34 | | httpd.add_container(section, config.get(section, 'type'), config.get(section, 'path')) |
|---|
| | 34 | setting = {} |
|---|
| | 35 | settings.update(config.items(section)) |
|---|
| | 36 | httpd.add_container(section, settings) |
|---|
| 35 | 37 | |
|---|
| 36 | 38 | b = beacon.Beacon() |
|---|