Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 288330
Collapse All | Expand All

(-)pytyrant.py (-1 / +3 lines)
Lines 512-519 Link Here
512
512
513
513
514
def main():
514
def main():
515
    import sys
515
    import doctest
516
    import doctest
516
    doctest.testmod()
517
    n_fail, n_run = doctest.testmod()
518
    sys.exit(int(bool(n_fail)))
517
519
518
520
519
if __name__ == '__main__':
521
if __name__ == '__main__':

Return to bug 288330