renamed package.

This commit is contained in:
tylerlaberge
2016-09-10 17:11:45 -04:00
parent 52ceb712d4
commit cee2bc400b
39 changed files with 23 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
from unittest import TestCase
from pypatterns.behavioral.mediator import Mediator
from pypat.behavioral.mediator import Mediator
class MediatorTestCase(TestCase):