Skip to content

Commit 50b9223

Browse files
tijucaagx
authored andcommitted
create_remote_repo: import urllib.parse
urllib.parse did not get imported in packaegs without changelog. Signed-off-by: Guido Günther <[email protected]>
1 parent 48ef0ec commit 50b9223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gbp/scripts/create_remote_repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import sys
2222
import os
23-
import urllib
23+
import urllib.parse
2424
import subprocess
2525
import tty
2626
import termios

0 commit comments

Comments
 (0)