Changeset 76b6596620086bd3b1d7fa1349af03c5a538337e

Show
Ignore:
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
  • debug.py

    r918b28c r76b6596  
    3030        conf.close() 
    3131        debug_write(srcMod, fnAttr, ['------- end pyTivo.conf -----']) 
     32 
     33print_conf(__name__, fn_attr()) 
  • pyTivo.py

    r75822c9 r76b6596  
    33import beacon, httpserver, os, sys 
    44import config 
    5 from debug import print_conf, fn_attr 
    65from plugin import GetPlugin 
    76 
     
    3534    b.listen() 
    3635 
    37 print_conf(__name__, fn_attr()) 
    3836print 'pyTivo is ready.' 
    3937try: