desktop/cherokee/r5734-get-rid-of-package-py.patch
2010-11-15 17:42:20 +00:00

50 lines
1.6 KiB
Diff

Index: /cherokee/trunk/admin/market/Makefile.am
===================================================================
--- /cherokee/trunk/admin/market/Makefile.am (revision 5670)
+++ /cherokee/trunk/admin/market/Makefile.am (revision 5734)
@@ -7,5 +7,4 @@
Install_Log.py \
Menu.py \
-Package.py \
PageApp.py \
PageCategory.py \
Index: /erokee/trunk/admin/market/Package.py
===================================================================
--- /cherokee/trunk/admin/market/Package.py (revision 5460)
+++ (revision )
@@ -1,34 +1,0 @@
-# -*- coding: utf-8 -*-
-#
-# Cherokee-admin
-#
-# Authors:
-# Alvaro Lopez Ortega <alvaro@alobbs.com>
-#
-# Copyright (C) 2001-2010 Alvaro Lopez Ortega
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of version 2 of the GNU General Public
-# License as published by the Free Software Foundation.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301, USA.
-#
-
-class Package_Install_Widget (CTK.Box):
- def __init__ (self, package_local_path):
- Box.__init__ (self)
-
- self.status_uncompress = CTK.ImageStock('loading')
- self.status_setup = CTK.ImageStock('loading')
-
- table = CTK.Table()
- table += [CTK.RawHTML ("Uncompress"),
-