From 705a3514d60577befd1042a9dc70e45522d07eac Mon Sep 17 00:00:00 2001 From: RonaldsonBellande Date: Fri, 27 Sep 2024 17:17:25 -0400 Subject: [PATCH] latest pushes --- README.md | 2 +- src/utilities.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e6dfed..b9b9653 100644 --- a/README.md +++ b/README.md @@ -173,4 +173,4 @@ License: GNU General Public License v3.0 ## License -BellandeOS Scripting Language is distributed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), see [LICENSE](https://github.com/Architecture-Mechanism/bellandeos/blob/main/LICENSE) and [NOTICE](https://github.com/Architecture-Mechanism/bellandeos/blob/main/LICENSE) for more information. +BellandeOS Scripting Language is distributed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), see [LICENSE](https://github.com/Architecture-Mechanism/bellos/blob/main/LICENSE) and [NOTICE](https://github.com/Architecture-Mechanism/bellos/blob/main/LICENSE) for more information. diff --git a/src/utilities.rs b/src/utilities.rs index 6058066..21692c8 100644 --- a/src/utilities.rs +++ b/src/utilities.rs @@ -13,7 +13,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -use super::utilities::*; use std::fs::File; use std::io::{self, BufRead, Write};