diff options
| author | Sri Sanketh Uppalapati <sanketh.uppalapati@research.iiit.ac.in> | 2015-12-12 16:55:17 +0530 |
|---|---|---|
| committer | Sri Sanketh Uppalapati <sanketh.uppalapati@research.iiit.ac.in> | 2015-12-12 16:55:17 +0530 |
| commit | 55983f327b39bbf265b1ace1baac5a1f58c0f2fe (patch) | |
| tree | b5b3ad2738cc97c7e3b3d7a5c65ec6785053a8ef | |
| parent | 3241405cefdb2cc545d689140728a5d22be7d18a (diff) | |
| download | pyramid-55983f327b39bbf265b1ace1baac5a1f58c0f2fe.tar.gz pyramid-55983f327b39bbf265b1ace1baac5a1f58c0f2fe.tar.bz2 pyramid-55983f327b39bbf265b1ace1baac5a1f58c0f2fe.zip | |
Update url.py
| -rw-r--r-- | pyramid/url.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/url.py b/pyramid/url.py index 210163fa5..fd62f0057 100644 --- a/pyramid/url.py +++ b/pyramid/url.py @@ -106,7 +106,7 @@ class URLMethodsMixin(object): else: port = e['SERVER_PORT'] else: - port=str(port) + port = str(port) if ':' in host: host, _ = host.split(':', 1) if scheme == 'https': |
