This commit is contained in:
ThomasV 2011-11-10 21:54:10 +01:00
parent bcf70ba2e1
commit 182baaca4d
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ class Wallet:
def request(self, request ):
use_http = self.port in [80,81]
use_http = self.port in [80,8080]
if use_http:
import httplib, urllib