~ubuntu-branches/ubuntu/utopic/python-omniorb/utopic

« back to all changes in this revision

Viewing changes to python/omniORB/codesets.py

  • Committer: Bazaar Package Importer
  • Author(s): Floris Bruynooghe
  • Date: 2008-03-26 22:17:38 UTC
  • Revision ID: james.westby@ubuntu.com-20080326221738-r20t9hmikbvcg2vh
Tags: upstream-3.2
ImportĀ upstreamĀ versionĀ 3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- Mode: Python; -*-
 
2
#                            Package   : omniORBpy
 
3
# codesets.py                Created on: 2002/09/06
 
4
#                            Author    : Duncan Grisby (dgrisby)
 
5
#
 
6
#    Copyright (C) 2002 Apasphere Ltd.
 
7
#
 
8
#    This file is part of the omniORBpy library
 
9
#
 
10
#    The omniORBpy library is free software; you can redistribute it
 
11
#    and/or modify it under the terms of the GNU Lesser General
 
12
#    Public License as published by the Free Software Foundation;
 
13
#    either version 2.1 of the License, or (at your option) any later
 
14
#    version.
 
15
#
 
16
#    This library is distributed in the hope that it will be useful,
 
17
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
18
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
19
#    GNU Lesser General Public License for more details.
 
20
#
 
21
#    You should have received a copy of the GNU Lesser General Public
 
22
#    License along with this library; if not, write to the Free
 
23
#    Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 
24
#    MA 02111-1307, USA
 
25
#
 
26
#
 
27
# Description:
 
28
#    Import this to get extra code sets.
 
29
 
 
30
# $Id: codesets.py,v 1.1.4.1 2003/03/23 21:51:43 dgrisby Exp $
 
31
# $Log: codesets.py,v $
 
32
# Revision 1.1.4.1  2003/03/23 21:51:43  dgrisby
 
33
# New omnipy3_develop branch.
 
34
#
 
35
# Revision 1.1.2.1  2002/09/06 21:34:26  dgrisby
 
36
# Add codesets and sslTP modules.
 
37
#
 
38
 
 
39
"""omniORB.codesets
 
40
 
 
41
Import this module before calling CORBA.ORB_init() to make extra char
 
42
and wchar code sets available.
 
43
"""
 
44
 
 
45
import _omnipy
 
46
import _omnicodesets