repo.or.cz
/
dom-editor.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't draw far-away ref nodes.
[dom-editor.git]
/
Dome
/
Beep.py
blob
934d50e89ceb29e837af88e7b6c00dace6b3f735
1
class
Beep
(
Exception
):
2
def
__init__
(
self
,
may_record
=
0
):
3
self
.
may_record
=
may_record
4
5
def
__str__
(
self
):
6
return
"<Beep!>"