mirror of
https://github.com/wassname/pyreadline.git
synced 2026-06-27 16:10:38 +08:00
6 lines
194 B
Python
6 lines
194 B
Python
# -*- coding: UTF-8 -*-
|
|
#this file is needed in site-packages to emulate readline
|
|
#necessary for rlcompleter since it relies on the existance
|
|
#of a readline module
|
|
from pyreadline import *
|