Fix to use "." to source script files

Adhering to coding conventions. Refer to ``Code conventions`` at
https://docs.openstack.org/contributor-guide/ for details.

Change-Id: I6dd25f000ceb6db2d3db3da8058516954bc9dc9d
This commit is contained in:
melissaml 2017-09-02 03:03:20 +08:00
parent f2f7e6f99b
commit 542fd7418e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ def print_help(venv, root):
To activate the OpenStack virtualenv for the extent of your current shell
session you can run:
$ source %s/bin/activate
$ . %s/bin/activate
Or, if you prefer, you can run commands in the virtualenv on a case by case
basis by running: