##// END OF EJS Templates
remove non-setuptools dependency checks
remove non-setuptools dependency checks

File last commit:

r20812:040c707a
r20817:d5e41d16
Show More
__init__.py
4 lines | 87 B | text/x-python | PythonLexer
try:
from pickleshare import *
except ImportError:
from ._pickleshare import *