main_testing2/danube_test2.scala
changeset 403 ffce7b61b446
parent 379 5616b45d656f
child 422 217bbd700594
--- a/main_testing2/danube_test2.scala	Mon Nov 08 01:16:13 2021 +0000
+++ b/main_testing2/danube_test2.scala	Mon Nov 08 01:39:00 2021 +0000
@@ -2,7 +2,7 @@
 import io.Source
 import scala.util._
 
-import CW7b._
+import M2._
 
 def urban_get_csv_file(name: String) : List[String] = {
   val csv = Source.fromFile(name)("ISO-8859-1")