Skip to content

Commit

Permalink
base handler
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Mar 15, 2011
1 parent 649104d commit 2bdc22f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/package/handlers/base_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ def slug_regex(self):
""" Used by the JavaScript forms """
raise NotImplemented()

@property
def package_updater(self):
""" Used by the JavaScript forms """
raise NotImplemented()


def packages_for_profile(self, profile):
""" Return a list of all packages contributed to by a profile. """
repo_url = profile.url_for_repo(self)
Expand Down

0 comments on commit 2bdc22f

Please sign in to comment.