summaryrefslogtreecommitdiff
path: root/fdpexpect.py
blob: 26db4c1f4c9853cfd9b6a7428a9ceb367af120e3 (plain)
1
2
3
4
5
6
7
import warnings

warnings.warn("This module has been moved to pexpect.fdpexpect, please update imports.",
                ImportWarning)
del warnings

from pexpect.fdpexpect import *  # analysis:ignore