Author: maciek2w Date: Sat Jan 26 16:48:15 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - initial release - STBR
---- Files affected: SOURCES: testoob-pyo.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/testoob-pyo.patch diff -u /dev/null SOURCES/testoob-pyo.patch:1.1 --- /dev/null Sat Jan 26 17:48:15 2008 +++ SOURCES/testoob-pyo.patch Sat Jan 26 17:48:10 2008 @@ -0,0 +1,11 @@ +--- testoob-1.13/src/testoob/commandline/__init__.py.orig 2008-01-21 14:53:24.000000000 +0100 ++++ testoob-1.13/src/testoob/commandline/__init__.py 2008-01-21 14:54:05.000000000 +0100 +@@ -7,7 +7,7 @@ + return os.path.dirname(__file__) + + def option_file_glob_pattern(): +- return os.path.join(current_path(), "*_option.py") ++ return os.path.join(current_path(), "*_option.pyo") + + def module_list(): + return [ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
