moved memento into behavioural directory

This commit is contained in:
tylerlaberge
2016-08-20 17:12:32 -04:00
parent 92c34c5f88
commit 392ea5d02e
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
from unittest import TestCase
from pypatterns.structural.memento import Memento, Originator
from pypatterns.behavioral.memento import Memento, Originator
class MementoTestCase(TestCase):