Skip to content

Commit

Permalink
Merge branch 'feature/issue-28-rename-toplevel-package-to-go-optouts'…
Browse files Browse the repository at this point in the history
… into develop
  • Loading branch information
hodgestar committed Oct 30, 2015
2 parents 28a7e35 + f27f943 commit 32ef510
Show file tree
Hide file tree
Showing 18 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ install:
- riak version
- riak-admin member-status
script:
- trial opt_out_http_api
- trial go_optouts
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from go.vumitools.opt_out.models import OptOutStore

from opt_out_http_api.backends.riak import (
from go_optouts.backends.riak import (
RiakOptOutBackend, RiakOptOutCollection)


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Tests for OptOutMemory.
"""
from zope.interface.verify import verifyClass, verifyObject
from opt_out_http_api.store.interface import IOptOutStore
from opt_out_http_api.store.memory import OptOutMemory
from go_optouts.store.interface import IOptOutStore
from go_optouts.store.memory import OptOutMemory
from twisted.trial.unittest import TestCase


Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from opt_out_http_api.api_methods import API
from go_optouts.api_methods import API
import treq
from twisted.trial.unittest import TestCase
from twisted.web.server import Site
from twisted.internet import reactor
from twisted.internet.defer import inlineCallbacks
from opt_out_http_api.store.memory import OptOutMemory
from go_optouts.store.memory import OptOutMemory


class TestApi(TestCase):
Expand Down
Empty file.

0 comments on commit 32ef510

Please sign in to comment.