From 881272907af4d21bc710e6577eeadc40389c827a Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Wed, 6 Jul 2005 08:47:24 +0000 Subject: [PATCH] remove last trace of make.py --- lib/bb/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py index 07ad811..94ef6f4 100644 --- a/lib/bb/__init__.py +++ b/lib/bb/__init__.py @@ -20,7 +20,7 @@ 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., 59 Temple -Place, Suite 330, Boston, MA 02111-1307 USA. +Place, Suite 330, Boston, MA 02111-1307 USA. """ __version__ = "1.3.0" @@ -60,7 +60,6 @@ __all__ = [ "event", "build", "fetch", - "make", "manifest" ] @@ -298,7 +297,7 @@ def decodeurl(url): else: user = '' pswd = '' - + p = {} if parm: for s in parm.split(';'): -- 2.7.4