calculator: move `scientific_calculator` to its own folder `scientific`
[nit.git] / examples / calculator / src / scientific / scientific.nit
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 # Extends the portable calculator app with scientific operations
-module scientific_calculator
+module scientific
 
 import calculator