From bc0ac367753abbbb393415f4e244da9548bf9def Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 5 Jun 2011 16:20:37 -0700 Subject: [PATCH] Remove dead code --- demos/facebook/uimodules.py | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 demos/facebook/uimodules.py diff --git a/demos/facebook/uimodules.py b/demos/facebook/uimodules.py deleted file mode 100644 index 1173db63..00000000 --- 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
'