Changeset 5127

Show
Ignore:
Timestamp:
08/10/08 16:18:15 (5 months ago)
Author:
mramm
Message:

Removing left over reference to javascripts_app

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tg/config.py

    r5122 r5127  
    241241     
    242242    def add_static_file_middleware(self, app): 
    243         javascripts_app = StaticJavascripts() 
    244243        static_app = StaticURLParser(config['pylons.paths']['static_files']) 
    245244        app = Cascade([static_app, app])