Skip to content

Commit

Permalink
1.2dev: Merge [14546] from 1.0-stable
Browse files Browse the repository at this point in the history
Refs #12199.


git-svn-id: http://trac.edgewall.org/intertrac/log:/trunk@14547 af82e41b-90c4-0310-8c96-b1721e28e2e2
  • Loading branch information
rjollos committed Feb 20, 2016
1 parent 156fd87 commit 53ce05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/checkwiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ def parse_args():


def download_default_pages(names, prefix):
from httplib import HTTPConnection
from httplib import HTTPSConnection
host = 'trac.edgewall.org'
if prefix and not prefix.endswith('/'):
prefix += '/'
conn = HTTPConnection(host)
conn = HTTPSConnection(host)
for name in names:
if name in ('WikiStart', 'SandBox'):
continue
Expand Down

0 comments on commit 53ce05b

Please sign in to comment.