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,6 +1,6 @@
from unittest import TestCase
from pypatterns.behavioral.command import Receiver, Command, Invoker
from pypat.behavioral.command import Receiver, Command, Invoker
class ReceiverTestCase(TestCase):