Author: dmeyer Date: Sun Jan 29 12:19:18 2006 New Revision: 1141 Modified: trunk/cherrypy/test/cherrytest.py
Log: add kid.enable_import Modified: trunk/cherrypy/test/cherrytest.py ============================================================================== --- trunk/cherrypy/test/cherrytest.py (original) +++ trunk/cherrypy/test/cherrytest.py Sun Jan 29 12:19:18 2006 @@ -11,6 +11,11 @@ # kid doc # http://kid.lesscode.org/guide.html +import kid + +# enable importing kid files as python modules +kid.enable_import() + # import a kid file with the header import header ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
