Mercurial > hg > auditok
view auditok/exceptions.py @ 67:be6f8899be43
Make source pep8 compliant
author | Amine SEHILI <amine.sehili@gmail.com> |
---|---|
date | Sat, 28 Jan 2017 12:47:36 +0100 |
parents | 9be2d0ca4c00 |
children | 373d4784ffcb |
line wrap: on
line source
""" November 2015 @author: Amine SEHILI <amine.sehili@gmail.com> """ class DuplicateArgument(Exception): pass