Author: duncan
Date: Tue Jul 31 17:30:05 2007
New Revision: 9785
Log:
Removed an unnecessary 'if'
Modified:
branches/rel-1/freevo/src/plugin.py
Modified: branches/rel-1/freevo/src/plugin.py
==============================================================================
--- branches/rel-1/freevo/src/plugin.py (original)
+++ branches/rel-1/freevo/src/plugin.py Tue Jul 31 17:30:05 2007
@@ -550,8 +550,7 @@
try:
if not isinstance(name, Plugin):
- if DEBUG:
- print 'loading %s as plugin %s' % (module, object)
+ _debug_('loading %s as plugin %s' % (module, object))
exec('import %s' % module)
if not args:
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog