~ubuntu-branches/ubuntu/lucid/scons/lucid

« back to all changes in this revision

Viewing changes to engine/SCons/Options/ListOption.py

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2009-12-29 13:14:34 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091229131434-u3xq10sce193ph7d
Tags: 1.2.0.d20091224-1
* New upstream checkpoint release.
* debian/patches/manpages.patch:
  - Changes applied in previous release were fixed upstream.
  - Fix several spelling and syntax errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
22
#
23
23
 
24
 
__revision__ = "src/engine/SCons/Options/ListOption.py 4369 2009/09/19 15:58:29 scons"
 
24
__revision__ = "src/engine/SCons/Options/ListOption.py 4577 2009/12/27 19:43:56 scons"
25
25
 
26
26
__doc__ = """Place-holder for the old SCons.Options module hierarchy
27
27