Ticket #1868: 0001-Remove-sugar-__init__.py-it-should-come-from-sugar-b.patch

File 0001-Remove-sugar-__init__.py-it-should-come-from-sugar-b.patch, 1.3 KB (added by tomeu, 14 years ago)
  • deleted file src/sugar/__init__.py

    From f316f7873ef03179f146b5e3f8489553ebbd4a22 Mon Sep 17 00:00:00 2001
    From: Tomeu Vizoso <tomeu@sugarlabs.org>
    Date: Thu, 25 Mar 2010 16:42:21 +0100
    Subject: [PATCH] Remove sugar/__init__.py, it should come from sugar-base #1868
    
    ---
     src/sugar/__init__.py |   14 --------------
     1 files changed, 0 insertions(+), 14 deletions(-)
     delete mode 100644 src/sugar/__init__.py
    
    diff --git a/src/sugar/__init__.py b/src/sugar/__init__.py
    deleted file mode 100644
    index 44acb4d..0000000
    + -  
    1 # This library is free software; you can redistribute it and/or
    2 # modify it under the terms of the GNU Lesser General Public
    3 # License as published by the Free Software Foundation; either
    4 # version 2 of the License, or (at your option) any later version.
    5 #
    6 # This library is distributed in the hope that it will be useful,
    7 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    8 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    9 # Lesser General Public License for more details.
    10 #
    11 # You should have received a copy of the GNU Lesser General Public
    12 # License along with this library; if not, write to the
    13 # Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    14 # Boston, MA 02111-1307, USA.