Author: [email protected]
Date: Thu Mar 26 20:27:04 2009
New Revision: 1625
Modified:
branches/bleeding_edge/tools/test.py
Log:
Fixed second problem with special commands.
Modified: branches/bleeding_edge/tools/test.py
==============================================================================
--- branches/bleeding_edge/tools/test.py (original)
+++ branches/bleeding_edge/tools/test.py Thu Mar 26 20:27:04 2009
@@ -1174,7 +1174,7 @@
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):
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---