From 46fcd21738ec4d4df294139b1ecfb7baf12dd39d Mon Sep 17 00:00:00 2001 From: mzinger Date: Fri, 26 Jul 2019 20:47:04 -0700 Subject: [PATCH 1/3] Add an import Math shmath! --- Math | 1 + 1 file changed, 1 insertion(+) diff --git a/Math b/Math index cb09934..16285a3 100644 --- a/Math +++ b/Math @@ -1,2 +1,3 @@ import math +import shmath math.calc() From 2a9669d798753e5633a1d25ac5777bd1ac01e8ce Mon Sep 17 00:00:00 2001 From: mzinger Date: Fri, 26 Jul 2019 20:52:27 -0700 Subject: [PATCH 2/3] Update Math --- Math | 1 + 1 file changed, 1 insertion(+) diff --git a/Math b/Math index 16285a3..ce34047 100644 --- a/Math +++ b/Math @@ -1,3 +1,4 @@ import math import shmath math.calc() +shmath.shcalc() From a4e0d2c93c343ec14af31f7d9fb8d9378994a4b5 Mon Sep 17 00:00:00 2001 From: mzinger Date: Fri, 26 Jul 2019 21:00:16 -0700 Subject: [PATCH 3/3] Apply suggestions from code review Co-Authored-By: tagel --- Math | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Math b/Math index ce34047..6642347 100644 --- a/Math +++ b/Math @@ -1,4 +1,4 @@ import math import shmath math.calc() -shmath.shcalc() +shmath.shlibrary.shcalc()