summaryrefslogtreecommitdiff
path: root/tests/run/import_error_T734.py
blob: 4138fba1ce6ec3a332865c96f1e7ab44b8775e50 (plain)
1
2
3
4
5
6
7
8
9
10
# mode: run
# ticket: 734

def test_import_error():
    """
    >>> test_import_error()   # doctest: +ELLIPSIS
    Traceback (most recent call last):
    ImportError: cannot import name ...xxx...
    """
    from sys import xxx