|
@@ -2,9 +2,9 @@ import unittest
|
|
|
|
|
|
import pandas as pd
|
|
|
|
|
|
-from gcstruct.gchr import GCHR
|
|
|
-from gcstruct.gchr_bookings import GchrBookings
|
|
|
-from gcstruct.gchr_translate import TRANSLATE
|
|
|
+from gchr.gchr import GCHR
|
|
|
+from gchr.gchr_bookings import GchrBookings
|
|
|
+from gchr.gchr_translate import TRANSLATE
|
|
|
|
|
|
|
|
|
class TestGchr(unittest.TestCase):
|