mirror of
https://github.com/wassname/pyreadline.git
synced 2026-07-26 13:27:23 +08:00
remove 'exceptions' package name. it is not need in Python2 and Python3.
This commit is contained in:
@@ -15,9 +15,7 @@ else:
|
||||
|
||||
import lineobj
|
||||
|
||||
import exceptions
|
||||
|
||||
class EscapeHistory(exceptions.Exception):
|
||||
class EscapeHistory(Exception):
|
||||
pass
|
||||
|
||||
from pyreadline.logger import log
|
||||
|
||||
Reference in New Issue
Block a user