Skip to content

Commit

Permalink
Merge pull request ansible#9691 from nousdefions/devel
Browse files Browse the repository at this point in the history
changed time.py to timetest.py to avoid keyword usage
  • Loading branch information
abadger committed Dec 2, 2014
2 parents 84bcc6a + 1d2e23b commit 2b11c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docsite/rst/developing_modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ modules. Keep in mind, though, that some modules in ansible's source tree are
so look at `service` or `yum`, and don't stare too close into things like `async_wrapper` or
you'll turn to stone. Nobody ever executes async_wrapper directly.

Ok, let's get going with an example. We'll use Python. For starters, save this as a file named `time.py`::
Ok, let's get going with an example. We'll use Python. For starters, save this as a file named `timetest.py`::

#!/usr/bin/python

Expand All @@ -73,7 +73,7 @@ There's a useful test script in the source checkout for ansible::

Let's run the script you just wrote with that::

ansible/hacking/test-module -m ./time.py
ansible/hacking/test-module -m ./timetest.py

You should see output that looks something like this::

Expand Down

0 comments on commit 2b11c2b

Please sign in to comment.