]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Remove dead code
authorBen Darnell <ben@bendarnell.com>
Sun, 5 Jun 2011 23:20:37 +0000 (16:20 -0700)
committerBen Darnell <ben@bendarnell.com>
Sun, 5 Jun 2011 23:20:37 +0000 (16:20 -0700)
demos/facebook/uimodules.py [deleted file]

diff --git a/demos/facebook/uimodules.py b/demos/facebook/uimodules.py
deleted file mode 100644 (file)
index 1173db6..0000000
+++ /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 '<div>ENTRY</div>'