Author: duncan
Date: Fri Nov 2 16:18:31 2007
New Revision: 10062
Log:
[ 1824847 ] convert_config crashes
Fix applied
Modified:
branches/rel-1-7/freevo/src/helpers/convert_config.py
branches/rel-1/freevo/src/helpers/convert_config.py
Modified: branches/rel-1-7/freevo/src/helpers/convert_config.py
==============================================================================
--- branches/rel-1-7/freevo/src/helpers/convert_config.py (original)
+++ branches/rel-1-7/freevo/src/helpers/convert_config.py Fri Nov 2
16:18:31 2007
@@ -32,7 +32,6 @@
import sys
import os
import re
-import util
change_map = {
'DIR_MOVIES': 'VIDEO_ITEMS',
@@ -202,6 +201,7 @@
# print
# print
# print 'starting scanning all files in detail:'
+ import util
for f in util.match_files_recursively('src', [ 'py', 'rpy' ]):
change(f, print_name=True)
sys.exit(0)
Modified: branches/rel-1/freevo/src/helpers/convert_config.py
==============================================================================
--- branches/rel-1/freevo/src/helpers/convert_config.py (original)
+++ branches/rel-1/freevo/src/helpers/convert_config.py Fri Nov 2 16:18:31 2007
@@ -32,7 +32,6 @@
import sys
import os
import re
-import util
change_map = {
'DIR_MOVIES': 'VIDEO_ITEMS',
@@ -202,6 +201,7 @@
# print
# print
# print 'starting scanning all files in detail:'
+ import util
for f in util.match_files_recursively('src', [ 'py', 'rpy' ]):
change(f, print_name=True)
sys.exit(0)
-------------------------------------------------------------------------
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