~ubuntu-branches/ubuntu/raring/wxwidgets2.8/raring

« back to all changes in this revision

Viewing changes to wxPython/wx/tools/Editra/src/eclib/__init__.py

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2012-01-07 13:59:25 UTC
  • mfrom: (1.1.9) (5.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20120107135925-2601miy9ullcon9j
Tags: 2.8.12.1-6ubuntu1
* Resync from Debian, changes that were kept:
  - debian/rules: re-enable mediactrl. This allows libwx_gtk2u_media-2.8 to be
    built, as this is required by some applications (LP: #632984)
  - debian/control: Build-dep on libxt-dev for mediactrl.
  - Patches
    + fix-bashism-in-example
* Add conflict on python-wxgtk2.8 (<< 2.8.12.1-6ubuntu1~) to python-wxversion
  to guarantee upgrade ordering when moving from pycentral to dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
"""
13
13
 
14
14
__author__ = "Cody Precord <cprecord@editra.org>"
15
 
__cvsid__ = "$Id: __init__.py 63046 2010-01-03 18:40:13Z CJP $"
16
 
__revision__ = "$Revision: 63046 $"
 
15
__cvsid__ = "$Id: __init__.py 66084 2010-11-10 02:27:16Z CJP $"
 
16
__revision__ = "$Revision: 66084 $"
17
17
 
18
18
 
19
19
__all__ = ['auinavi', 'choicedlg', 'colorsetter', 'ctrlbox', 'eclutil',
42
42
from pstatbar import *
43
43
from segmentbk import *
44
44
from txtentry import *
 
45
from elistctrl import *
45
46
 
46
47
# TODO: Delete module entries once all plugins have been updated to not 
47
48
#       import them separately.