Skip to content

Commit

Permalink
[#1038] Correct copyright sign for UTF8 file and cut/paste error.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Jul 22, 2013
1 parent 155af71 commit 98888d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ckan/config/environment.py
Expand Up @@ -237,7 +237,7 @@ def template_loaded(template):
'''
This code is based on Genshi code
Copyright © 2006-2012 Edgewall Software
Copyright © 2006-2012 Edgewall Software
All rights reserved.
Redistribution and use in source and binary forms, with or
Expand Down
4 changes: 2 additions & 2 deletions ckan/lib/plugins.py
Expand Up @@ -104,7 +104,7 @@ def register_group_plugins(map):
"""
Register the various IGroupForm instances.
This method will setup the mappings between package types and the
This method will setup the mappings between group types and the
registered IGroupForm instances. If it's called more than once an
exception will be raised.
"""
Expand Down Expand Up @@ -149,7 +149,7 @@ def register_group_plugins(map):

if group_type in _group_plugins:
raise ValueError, "An existing IGroupForm is "\
"already associated with the package type "\
"already associated with the group type "\
"'%s'" % group_type
_group_plugins[group_type] = plugin

Expand Down

0 comments on commit 98888d2

Please sign in to comment.