Rebranded to Tailbone.
This commit is contained in:
parent
47944767dc
commit
40efd8a3bc
111 changed files with 188 additions and 209 deletions
|
@ -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):
|
||||
|
|
|
@ -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):
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
|
||||
from rattail.pyramid.views import reports
|
||||
from tailbone.views import reports
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue