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,5 +1,5 @@
from unittest import TestCase
from pypat.behavioral.null import Null
from pypattyrn.behavioral.null import Null
class NullTestCase(TestCase):