Skip to content

Commit

Permalink
remove static app now that all resources are served by fanstatic
Browse files Browse the repository at this point in the history
  • Loading branch information
bbinet committed Oct 26, 2011
1 parent b6cb356 commit 8472973
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 67 deletions.
2 changes: 0 additions & 2 deletions fa/jquery/pylons.py
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
from formalchemy.ext.pylons.controller import _ModelsController as Base
from fa.jquery.wsgi import StaticApp
from fa.jquery.utils import TemplateEngine
from fa.jquery.utils import Flash
from fa.jquery.fanstatic_resources import fa_admin, fa_jqgrid
Expand All @@ -20,7 +19,6 @@
log = logging.getLogger(__name__)

class _ModelsController(Base):
_static_app=StaticApp()
engine = TemplateEngine()
template = 'restfieldset.mako'

Expand Down
65 changes: 0 additions & 65 deletions fa/jquery/wsgi.py

This file was deleted.

0 comments on commit 8472973

Please sign in to comment.