Rebranded to Tailbone.

This commit is contained in:
Lance Edgar 2013-09-01 07:27:47 -07:00
parent 47944767dc
commit 40efd8a3bc
111 changed files with 188 additions and 209 deletions

View file

@ -3,7 +3,7 @@ from mock import Mock
from pyramid import testing
from .. import TestCase, mock_query
from rattail.pyramid.views import autocomplete
from tailbone.views import autocomplete
class BareAutocompleteViewTests(TestCase):

View file

@ -3,7 +3,7 @@ from mock import Mock
from pyramid import testing
from .. import TestCase, mock_query
from rattail.pyramid.views import departments
from tailbone.views import departments
class DepartmentsGridTests(TestCase):

View file

@ -1,2 +1,2 @@
from rattail.pyramid.views import reports
from tailbone.views import reports