~shimizukawa/pyreadline/python3

« back to all changes in this revision

Viewing changes to pyreadline/__init__.py

  • Committer: shimizukawa
  • Date: 2011-04-09 07:18:47 UTC
  • Revision ID: shimizukawa-20110409071847-e1qkxxuosizowqp2
revert python3 support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#  Distributed under the terms of the BSD License.  The full license is in
7
7
#  the file COPYING, distributed as part of this software.
8
8
#*****************************************************************************
9
 
from . import unicode_helper, logger, clipboard, lineeditor, modes, console
10
 
from .rlmain import *
11
 
from . import rlmain
 
9
import unicode_helper, logger, clipboard, lineeditor, modes, console
 
10
from rlmain import *
 
11
import rlmain