remove 'exceptions' package name. it is not need in Python2 and Python3.

This commit is contained in:
shimizukawa
2011-04-09 16:52:04 +09:00
parent 0722906956
commit 88df4051ed
+1 -3
View File
@@ -15,9 +15,7 @@ else:
import lineobj
import exceptions
class EscapeHistory(exceptions.Exception):
class EscapeHistory(Exception):
pass
from pyreadline.logger import log