mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 09:53:32 +01:00
Rename module jwutil to jwutils
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
5755d14d84
commit
4c076691a6
3 changed files with 3 additions and 3 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
import jwutil
|
import jwutils
|
||||||
|
|
||||||
print "This is without muted output"
|
print "This is without muted output"
|
||||||
|
|
||||||
with jwutil.MuteStdIO():
|
with jwutils.MuteStdIO():
|
||||||
print "This is with muted output"
|
print "This is with muted output"
|
||||||
|
|
||||||
with jwutil.MuteStdIO():
|
with jwutils.MuteStdIO():
|
||||||
print "This will have an error"
|
print "This will have an error"
|
||||||
print "Second suppressed line of output"
|
print "Second suppressed line of output"
|
||||||
print "Third suppressed line of output"
|
print "Third suppressed line of output"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue