graft: use single quotes around command hint
Windows command lines use double quotes to quote arguments with spaces.
This change is in a series to unify around using single quotes around
commands, and double quotes around interior arguments.
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)