projects
/
pgarchives.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ead849
)
Fix incorrect import
author
Magnus Hagander
<magnus@hagander.net>
Thu, 3 Jan 2019 20:56:31 +0000
(21:56 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Fri, 4 Jan 2019 11:24:06 +0000
(12:24 +0100)
loader/load_message.py
patch
|
blob
|
blame
|
history
diff --git
a/loader/load_message.py
b/loader/load_message.py
index 72985e71784d97c8b1cde6d90a3b599bd495cd17..b107ba015ce5d8fdd524702f74918894acb1aede 100755
(executable)
--- a/
loader/load_message.py
+++ b/
loader/load_message.py
@@
-9,8
+9,6
@@
import sys
from optparse import OptionParser
from configparser import ConfigParser
-import urllib.request, urllib.parse, urllib.error
-import urllib.request, urllib.error, urllib.parse
import psycopg2