Skip to content

Commit d501fd4

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 7d3f33f commit d501fd4

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

doc/index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ above avenues of contact are suitable.
5757
Acknowledgements
5858
================
5959

60-
Go Ping, you rock! Also, go Bizar Software and ekit.com for letting me
61-
implement this system on their time.
60+
Go Ping, you rock! Also, go Common Ground, ekit.com and Bizar Software for
61+
letting me implement this system on their time.
6262

6363
Thanks also to the many people on the mailing list, in the sourceforge
6464
project and those who just report bugs:

doc/installation.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -93,24 +93,6 @@ Download the latest version from http://roundup.sf.net/.
9393
If you're using WinZIP's "classic" interface, make sure the "Use
9494
folder names" check box is checked before you extract the files.
9595

96-
Testing your Python
97-
-------------------
98-
99-
.. note::
100-
The ``run_tests.py`` script is packaged in Roundup's source distribution
101-
- users of the Windows installer, other binary distributions or
102-
pre-installed Roundup will need to download the source to use it.
103-
104-
Once you've unpacked roundup's source, run ``python run_tests.py`` in the
105-
source directory and make sure there are no errors. If there are errors,
106-
please let us know!
107-
108-
If the above fails, you may be using the wrong version of python. Try
109-
``python2 run_tests.py``. If that works, you will need to substitute
110-
``python2`` for ``python`` in all further commands you use in relation to
111-
Roundup -- from installation and scripts.
112-
113-
11496
For The Really Impatient
11597
========================
11698

@@ -640,6 +622,24 @@ You'll need to build Python.
640622
Make sure you read the instructions under `UNIX environment steps`_.
641623

642624

625+
Problems? Testing your Python...
626+
================================
627+
628+
.. note::
629+
The ``run_tests.py`` script is packaged in Roundup's source distribution
630+
- users of the Windows installer, other binary distributions or
631+
pre-installed Roundup will need to download the source to use it.
632+
633+
Once you've unpacked roundup's source, run ``python run_tests.py`` in the
634+
source directory and make sure there are no errors. If there are errors,
635+
please let us know!
636+
637+
If the above fails, you may be using the wrong version of python. Try
638+
``python2 run_tests.py``. If that works, you will need to substitute
639+
``python2`` for ``python`` in all further commands you use in relation to
640+
Roundup -- from installation and scripts.
641+
642+
643643
-------------------------------------------------------------------------------
644644

645645
Back to `Table of Contents`_

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: setup.py,v 1.64.2.9 2004-11-26 00:02:56 richard Exp $
19+
# $Id: setup.py,v 1.64.2.10 2004-11-27 21:33:13 richard Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -217,7 +217,7 @@ def main():
217217
If you're upgrading from an older version of Roundup you *must* follow
218218
the "Software Upgrade" guidelines given in the maintenance documentation.
219219
220-
This is a bug fix release (with one feature cleaning up and API
220+
This is a bug fix release (with one feature cleaning up an API
221221
inconsistency):
222222
223223
Feature:

0 commit comments

Comments
 (0)