Changeset 76b6596620086bd3b1d7fa1349af03c5a538337e
- Timestamp:
- 03/02/08 01:20:18
(10 months ago)
- Author:
- wgw <tjm1100@gmail.com>
- git-committer:
- wgw <tjm1100@gmail.com> 1204442418 -0600
- git-parent:
[caed72bf2e237b5bd95367f0f7feea166999213e]
- git-author:
- wgw <tjm1100@gmail.com> 1204442418 -0600
- Message:
move print_conf to debug
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r918b28c |
r76b6596 |
|
| 30 | 30 | conf.close() |
|---|
| 31 | 31 | debug_write(srcMod, fnAttr, ['------- end pyTivo.conf -----']) |
|---|
| | 32 | |
|---|
| | 33 | print_conf(__name__, fn_attr()) |
|---|
| r75822c9 |
r76b6596 |
|
| 3 | 3 | import beacon, httpserver, os, sys |
|---|
| 4 | 4 | import config |
|---|
| 5 | | from debug import print_conf, fn_attr |
|---|
| 6 | 5 | from plugin import GetPlugin |
|---|
| 7 | 6 | |
|---|
| … | … | |
| 35 | 34 | b.listen() |
|---|
| 36 | 35 | |
|---|
| 37 | | print_conf(__name__, fn_attr()) |
|---|
| 38 | 36 | print 'pyTivo is ready.' |
|---|
| 39 | 37 | try: |
|---|