##// END OF EJS Templates
ui: portably bytestring-ify url object
Augie Fackler -
r31350:2eee8ad7 default
parent child Browse files
Show More
@@ -1616,7 +1616,7 b' class path(object):'
1616
1616
1617 self.name = name
1617 self.name = name
1618 self.rawloc = rawloc
1618 self.rawloc = rawloc
1619 self.loc = str(u)
1619 self.loc = '%s' % u
1620
1620
1621 # When given a raw location but not a symbolic name, validate the
1621 # When given a raw location but not a symbolic name, validate the
1622 # location is valid.
1622 # location is valid.
General Comments 0
You need to be logged in to leave comments. Login now