fetching urls method renamed to respect plugin's method naming convetion

This commit is contained in:
Serghei Mihai 2014-09-03 15:14:09 +02:00
parent c37285b43c
commit 1fc1cd5fd3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
__version__ = '0.1.0'
class Plugin(object):
def get_pre_urls(self):
def get_before_urls(self):
from . import urls
return urls.urlpatterns