renamed package to pypattyrn

This commit is contained in:
tylerlaberge
2016-09-10 22:06:11 -04:00
parent bf8dd3830b
commit 3d5efea9b0
143 changed files with 16151 additions and 567 deletions

View File

@@ -1,6 +1,6 @@
from unittest import TestCase
from pypat.behavioral.command import Receiver, Command, Invoker
from pypattyrn.behavioral.command import Receiver, Command, Invoker
class ReceiverTestCase(TestCase):