/usr/local/CPAN/CORBA-Python/CORBA/Python.pm


use strict;
use warnings;

package CORBA::Python;

our $VERSION = '2.66';

use CORBA::Python::NameVisitor;
use CORBA::Python::ImportVisitor;
use CORBA::Python::LiteralVisitor;
use CORBA::Python::ClassVisitor;

1;