From 7feb4275a87c6a69c8cb27aef22a36c18a2b9ee0 Mon Sep 17 00:00:00 2001 From: "ac (tb)" <andrew.r.cohen@drexel.edu> Date: Wed, 26 Jan 2022 02:22:14 -0500 Subject: [PATCH] more leversc python build changes --- src/Python/build/lib/leversc/__init__.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 src/Python/build/lib/leversc/__init__.py diff --git a/src/Python/build/lib/leversc/__init__.py b/src/Python/build/lib/leversc/__init__.py deleted file mode 100644 index b58b40a..0000000 --- a/src/Python/build/lib/leversc/__init__.py +++ /dev/null @@ -1 +0,0 @@ -__all__ = ["leversc", "_readImage", "_property"] -- GitLab