mirror of
https://github.com/wassname/pyreadline.git
synced 2026-07-05 17:30:51 +08:00
12 lines
555 B
Python
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
|