Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

Commit

Permalink
- removed pdb
Browse files Browse the repository at this point in the history
Prepare for next release
  • Loading branch information
jukart committed Jun 18, 2009
1 parent aed7a72 commit c5f9154
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Expand Up @@ -2,6 +2,11 @@
Changes for lovely.recipe
=========================

2009/06/18 1.0.0b5
==================

- removed pdb

2009/05/18 1.0.0b4
==================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@
setup (
name='lovely.recipe',
description = "set of helper recipies for zc.buildout",
version='1.0.0b4',
version='1.0.0b5',
author = "Lovely Systems",
author_email = "office@lovelysystems.com",
license = "ZPL 2.1",
Expand Down
1 change: 0 additions & 1 deletion src/lovely/recipe/egg/__init__.py
Expand Up @@ -37,7 +37,6 @@ def progress_filter(self, packages):
def _pf(src, dst, packages=packages, includes=self.includes,
excludes=self.excludes):
for pat in includes:
import pdb;pdb.set_trace()
if not pat.match(src):
return None
for pat in excludes:
Expand Down

0 comments on commit c5f9154

Please sign in to comment.