Convert sp to unicode

This commit is contained in:
Ruud
2014-03-09 23:47:33 +01:00
parent 58f198ddad
commit e3f6df7120
+1 -1
View File
@@ -76,7 +76,7 @@ def sp(path, *args):
# Replace *NIX ambiguous '//' at the beginning of a path with '/' (crashes guessit)
path = re.sub('^//', '/', path)
return path
return toUnicode(path)
def ek(original, *args):