Skip to content

Commit 75eef9e

Browse files
committed
Fix merge conflicts
Missed this difference in the last commit
1 parent aabf600 commit 75eef9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/upnp.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# A simple upnp module to forward port for BitMessage
22
# Reference: http://mattscodecave.com/posts/using-python-and-upnp-to-forward-a-port
3+
import httplib
4+
from random import randint
35
import socket
46
from struct import unpack, pack
57
import threading

0 commit comments

Comments
 (0)