Files
pyreadline/pyreadline/__init__.py
T
Jorgen Stenarson fbe5cc9ae4 Merging from r92 1.6
2011-02-25 20:19:13 +01:00

12 lines
555 B
Python

# -*- coding: utf-8 -*-
#*****************************************************************************
# Copyright (C) 2003-2006 Gary Bishop.
# Copyright (C) 2006 Jorgen Stenarson. <jorgen.stenarson@bostream.nu>
#
# Distributed under the terms of the BSD License. The full license is in
# the file COPYING, distributed as part of this software.
#*****************************************************************************
import unicode_helper, logger, clipboard, lineeditor, modes, console
from rlmain import *
import rlmain