Skip to content

Commit

Permalink
Switch args back to old order
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwithanm committed Dec 2, 2012
1 parent 1f06c9a commit 7ed404f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagekit/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class Register(object):
Register specs and sources.
"""
def spec(self, id, spec):
def spec(self, spec, id=None):
generator_registry.register(spec, id)

def sources(self, spec_id, sources):
Expand Down

0 comments on commit 7ed404f

Please sign in to comment.