Skip to content

Commit c63441c

Browse files
authored
Merge pull request #3 from Draukiin/patch-2
Update urlparse and shebang
2 parents a0920bc + 078df15 commit c63441c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sqlmapcli/task.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33

44
"""
@@ -12,7 +12,7 @@
1212
"""
1313

1414
import time
15-
from urlparse import urljoin
15+
from urllib.parse import urljoin
1616

1717
import requests
1818

0 commit comments

Comments
 (0)