diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2009-11-04 17:10:07 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2009-11-04 17:10:07 +0100 |
commit | fc2201e660014c5d91fec8e3c3a3fa5a66dcf33b (patch) | |
tree | 596f9ede8e77f372c6637c76214d6693afb94f99 /doc/intro.rst | |
parent | 9117cdbb48ffc458d809715c6ab6bc6b416ef621 (diff) | |
download | gitpython-fc2201e660014c5d91fec8e3c3a3fa5a66dcf33b.tar.gz |
Converted tabs to spaces.
Set required mock version to 0.5
Diffstat (limited to 'doc/intro.rst')
-rw-r--r-- | doc/intro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intro.rst b/doc/intro.rst index c5843a1f..f08a7ec5 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -16,7 +16,7 @@ Requirements * Git_ tested with 1.5.3.7 * `Python Nose`_ - used for running the tests -* `Mock by Michael Foord`_ used for tests. Requires 0.4 +* `Mock by Michael Foord`_ used for tests. Requires 0.5 .. _Git: http://git-scm.com/ .. _Python Nose: http://code.google.com/p/python-nose/ |