diff pylons_app/controllers/shortlog.py @ 101:8b06c420491d

statics moved to pylons.
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 25 Apr 2010 01:25:54 +0200
parents aec4c0071cb3
children 20dc7a5eb748
line wrap: on
line diff
--- a/pylons_app/controllers/shortlog.py	Sun Apr 25 01:20:56 2010 +0200
+++ b/pylons_app/controllers/shortlog.py	Sun Apr 25 01:25:54 2010 +0200
@@ -13,7 +13,7 @@
 class ShortlogController(BaseController):
     def __before__(self):
         c.repos_prefix = config['repos_name']
-        c.staticurl = g.statics
+        
         c.repo_name = get_repo_slug(request)