Skip to content

Commit 2f8238b

Browse files
author
Thomas Basche
committed
Forgotten import
1 parent 4be30de commit 2f8238b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

reposit/data/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
import re
77

88
# adapted from Django :)
9+
from reposit.utilities import dict_iter
10+
911
VALID_URL_REGEX = re.compile(
1012
r'^(?:http|ftp)s?://' # http:// or https://
1113
)

0 commit comments

Comments
 (0)