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

« back to all changes in this revision

Viewing changes to wxPython/wx/tools/Editra/src/ebmlib/__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:
1
1
###############################################################################
2
2
# Name: __init__.py                                                           #
3
 
# Purpose: Editra Buisness Model Library                                      #
 
3
# Purpose: Editra Business Model Library                                      #
4
4
# Author: Cody Precord <cprecord@editra.org>                                  #
5
5
# Copyright: (c) 2009 Cody Precord <staff@editra.org>                         #
6
6
# Licence: wxWindows Licence                                                  #
7
7
###############################################################################
8
8
 
9
9
"""
10
 
Editra Buisness Model Library:
 
10
Editra Business Model Library:
11
11
 
12
12
"""
13
13
 
14
14
__author__ = "Cody Precord <cprecord@editra.org>"
15
 
__cvsid__ = "$Id: __init__.py 63565 2010-02-27 04:15:45Z CJP $"
16
 
__revision__ = "$Revision: 63565 $"
 
15
__cvsid__ = "$Id: __init__.py 67506 2011-04-16 14:19:27Z CJP $"
 
16
__revision__ = "$Revision: 67506 $"
17
17
 
18
18
#-----------------------------------------------------------------------------#
19
19
 
23
23
from fileutil import *
24
24
from fileimpl import *
25
25
from txtutil import *
 
26
from logfile import *
26
27
 
27
28
from backupmgr import *
 
29
from calllock import *
28
30
 
29
31
# Storage Classes
30
32
from histcache import *
31
33
from clipboard import *
32
34
 
 
35
# Networking utilities
 
36
from e_weblib import *
 
37
 
33
38
# Misc
34
39
from miscutil import *
35
40
from cmenumgr import *
 
41
from efilehist import *
 
42
from osutil import *
 
43
from _threads import *
 
44
from _trash import *