Skip to content

Commit cdad119

Browse files
committed
Fixed error with No Module anmed "zincbuild.loader"
1 parent 280ffa9 commit cdad119

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "Zinc.build"
7-
version = "0.2.0.1a3"
7+
version = "0.2.0.1a4"
88
description = "A Programming Language called Zinc.build"
99
requires-python = ">=3.9"
1010
license = { text = "All Rights Reserved" }

zincbuild/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import stat
66
import subprocess
77
import zincbuild.pixelmdl as pixelmdl
8-
import zincbuild.loader as apll
98
from turtle import *
109

1110
def create_zincbuild_launcher_and_add_to_path():

0 commit comments

Comments
 (0)