mirror of
https://github.com/wassname/pyreadline.git
synced 2026-07-24 13:10:49 +08:00
15 lines
496 B
Python
15 lines
496 B
Python
# -*- coding: utf-8 -*-
|
|
#*****************************************************************************
|
|
# 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.
|
|
#*****************************************************************************
|
|
|
|
|
|
class ReadlineError(Exception):
|
|
pass
|
|
|
|
class GetSetError(ReadlineError):
|
|
pass
|