Skip to content

Commit ccc3a8f

Browse files
committed
add re import to build_dist.py
1 parent bc8fe4c commit ccc3a8f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build_dist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import sys, os
1010
import tarfile
1111
import zipfile
12+
import re
1213

1314
PACKAGE_NAME = "pyral"
1415
VERSION = "1.2.1"

0 commit comments

Comments
 (0)