Remove unused tags1 variable.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Tue, 01 Feb 2011 04:33:35 +0530
changeset 542 23bf9b4611cb
parent 541 a1007eb3fff9
child 543 57b0f8f80ebf
Remove unused tags1 variable.
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