Changeset - 588c6147efc7
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 15 years ago 2010-07-04 13:47:28
marcin@python-works.com
removed unneded value
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pylons_app/controllers/files.py
Show inline comments
 
@@ -105,7 +105,7 @@ class FilesController(BaseController):
 
        c.file_msg = cs.get_file_message(f_path)
 
        c.cur_rev = cs.raw_id
 
        c.f_path = f_path
 
        c.annotate = cs.get_file_annotate(f_path)
 

	
 
        return render('files/files_annotate.html')
 
      
 
    def archivefile(self, repo_name, revision, fileformat):
0 comments (0 inline, 0 general)