trappy: rename to trappy

Change-Id: I7e0e34c9f5565e34629683bb29ab25cf5e737088
diff --git a/tests/test_constraint.py b/tests/test_constraint.py
index a8730c1..31e6da7 100644
--- a/tests/test_constraint.py
+++ b/tests/test_constraint.py
@@ -17,11 +17,11 @@
 import pandas as pd
 import unittest
 
-from cr2.plotter import AttrConf
-from cr2.plotter.Constraint import ConstraintManager
+from trappy.plotter import AttrConf
+from trappy.plotter.Constraint import ConstraintManager
 
 class TestConstraintManager(unittest.TestCase):
-    """Test cr2.plotter.ConstraintManager"""
+    """Test trappy.plotter.ConstraintManager"""
 
     def __init__(self, *args, **kwargs):
         """Init some common data for the tests"""