From: Ben Darnell Date: Sun, 5 Jun 2011 23:20:37 +0000 (-0700) Subject: Remove dead code X-Git-Tag: v2.0.0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc0ac367753abbbb393415f4e244da9548bf9def;p=thirdparty%2Ftornado.git Remove dead code --- diff --git a/demos/facebook/uimodules.py b/demos/facebook/uimodules.py deleted file mode 100644 index 1173db634..000000000 --- a/demos/facebook/uimodules.py +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/env python -# -# Copyright 2009 Facebook -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -import tornado.web - - -class Entry(tornado.web.UIModule): - def render(self): - return '
ENTRY
'