~ubuntu-branches/ubuntu/oneiric/python2.6/oneiric

« back to all changes in this revision

Viewing changes to Lib/distutils/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-08-07 20:03:08 UTC
  • mfrom: (10.1.27 sid)
  • Revision ID: james.westby@ubuntu.com-20100807200308-bwsyymoc4donr9a9
Tags: 2.6.6~rc1-1ubuntu1
* Merge with Debian; remaining changes:
  - Regenerate the control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
# This module should be kept compatible with Python 2.1.
12
12
 
13
 
__revision__ = "$Id: __init__.py 79063 2010-03-18 22:14:36Z barry.warsaw $"
 
13
__revision__ = "$Id: __init__.py 83691 2010-08-03 22:39:42Z barry.warsaw $"
14
14
 
15
15
# Distutils version
16
16
#
22
22
#
23
23
 
24
24
#--start constants--
25
 
__version__ = "2.6.5"
 
25
__version__ = "2.6.6rc1"
26
26
#--end constants--