~ubuntu-branches/ubuntu/vivid/spyder/vivid

« back to all changes in this revision

Viewing changes to .pc/0001-fix-spyderlib-path.patch/spyderlib/__init__.py

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2015-01-15 12:20:11 UTC
  • mfrom: (18.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20150115122011-cc7j5dhy2h9uo13m
Tags: 2.3.2+dfsg-1ubuntu1
Backport patch to support pylint3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
OTHER DEALINGS IN THE SOFTWARE.
28
28
"""
29
29
 
30
 
__version__ = '2.3.1'
 
30
__version__ = '2.3.2'
31
31
__license__ = __doc__
32
32
__project_url__ = 'http://code.google.com/p/spyderlib'
33
33
__forum_url__   = 'http://groups.google.com/group/spyderlib'