##// END OF EJS Templates
Fix Python 3.3 compatibility
Fix Python 3.3 compatibility

File last commit:

r1602:beb32860 default
r1829:ffa6e90d default
Show More
exceptions.py
10 lines | 132 B | text/x-python | PythonLexer
class BannedException(Exception):
pass
class ArchiveException(Exception):
pass
class SyncException(Exception):
pass