Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
gulopine committed Apr 10, 2007
1 parent 0a20765 commit 3b98fb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 74 deletions.
2 changes: 0 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ def contribute_to_class(self, cls, name):
# Add a permission for the value editor
try:
cls._meta.permissions.append(permission)
print 'yep'
except AttributeError:
print 'blah'
# Permissions were supplied as a tuple, so preserve that
cls._meta.permissions = tuple(cls._meta.permissions + (permission,))

Expand Down
72 changes: 0 additions & 72 deletions fields.py

This file was deleted.

0 comments on commit 3b98fb4

Please sign in to comment.