mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
Merge pull request #258 from thomasleveil/munin_users_issue257
[plugin munin_users] issue #257
This commit is contained in:
commit
7840fc587c
2 changed files with 43 additions and 43 deletions
|
@ -17,7 +17,7 @@ import Ice
|
||||||
if not os.path.exists(slicefile):
|
if not os.path.exists(slicefile):
|
||||||
print slicefile+" not found!"
|
print slicefile+" not found!"
|
||||||
quit(1)
|
quit(1)
|
||||||
Ice.loadSlice(slicefile)
|
Ice.loadSlice('', ['-I' + Ice.getSliceDir(), slicefile])
|
||||||
|
|
||||||
import Murmur
|
import Murmur
|
||||||
ice = Ice.initialize()
|
ice = Ice.initialize()
|
||||||
|
|
|
@ -19,7 +19,7 @@ iceport=6502
|
||||||
|
|
||||||
|
|
||||||
import Ice, sys
|
import Ice, sys
|
||||||
Ice.loadSlice(iceslice)
|
Ice.loadSlice('', ['-I' + Ice.getSliceDir(), iceslice])
|
||||||
ice = Ice.initialize()
|
ice = Ice.initialize()
|
||||||
import Murmur
|
import Murmur
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue