Skip to content

Commit

Permalink
Fix another insert
Browse files Browse the repository at this point in the history
  • Loading branch information
issackelly committed Feb 13, 2015
1 parent 74f21d6 commit 3982d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servee/frontendadmin/insert.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def get_urls(self):
"""
Returns urls to get the panel, get/filter list, add/upload, delete and get rendered output.
"""
from django.conf.urls.defaults import patterns, url
from django.conf.urls import patterns, url

def wrap(view):
def wrapper(*args, **kwargs):
Expand Down

0 comments on commit 3982d60

Please sign in to comment.