summaryrefslogtreecommitdiff
path: root/src/leap/util
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-12-05 23:50:08 +0900
committerkali <kali@leap.se>2012-12-12 04:27:50 +0900
commit490cde9c33039c2c5b16d929d6f8bb8e8f06f430 (patch)
tree2f03c228e674569e0bdb74e088b487c9b3aaa19b /src/leap/util
parent01116d8725eaa74f8f3581248198b5d0ec1577dd (diff)
tests for firstrun/wizard
Diffstat (limited to 'src/leap/util')
-rw-r--r--src/leap/util/web.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/util/web.py b/src/leap/util/web.py
index b2aef058..15de0561 100644
--- a/src/leap/util/web.py
+++ b/src/leap/util/web.py
@@ -13,6 +13,7 @@ def get_https_domain_and_port(full_domain):
from a full_domain string that can
contain a colon
"""
+ full_domain = unicode(full_domain)
if full_domain is None:
return None, None