# HG changeset patch # User Madhusudan.C.S # Date 1296515015 -19800 # Node ID 23bf9b4611cb18d4d4a9dc02d57929f897f7ca96 # Parent a1007eb3fff904ee2479bf72ba650d0ed5418d95 Remove unused tags1 variable. diff -r a1007eb3fff9 -r 23bf9b4611cb pytask/taskapp/views/utils.py --- a/pytask/taskapp/views/utils.py Tue Feb 01 04:32:53 2011 +0530 +++ b/pytask/taskapp/views/utils.py Tue Feb 01 04:33:35 2011 +0530 @@ -13,7 +13,6 @@ textbook: textbook entity for which the tags should be built. """ - tags1=textbook.tags_field tags = textbook.tags_field.split(',') rebuild_tags = [] for tag in tags: @@ -23,4 +22,4 @@ initial_tags = ', '.join(rebuild_tags + ['Chapter']) - return initial_tags \ No newline at end of file + return initial_tags