Skip to content

Commit

Permalink
Fix utilities python module path
Browse files Browse the repository at this point in the history
mario4tier committed Nov 20, 2024
1 parent fdb5322 commit fbc50a9
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified dist/ta-lib-0.6.0-src.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/package.py
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@
import zipfile
import zlib

from scripts.utilities.common import verify_git_repo, get_version_string, verify_src_package
from utilities.common import verify_git_repo, get_version_string, verify_src_package

def compare_zip_files(zip_file1, zip_file2):
# Does a binary comparison of the contents of the two zip files.

0 comments on commit fbc50a9

Please sign in to comment.