Fixed second problem with special commands.


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1625 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 358aaa13
......@@ -1174,7 +1174,7 @@ def GetSpecialCommandProcessor(value):
return ExpandCommand
else:
pos = value.find('@')
import urlllib
import urllib
prefix = urllib.unquote(value[:pos]).split()
suffix = urllib.unquote(value[pos+1:]).split()
def ExpandCommand(args):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment