mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Merge pull request #258 from thomasleveil/munin_users_issue257
[plugin munin_users] issue #257
This commit is contained in:
commit
7840fc587c
@ -17,7 +17,7 @@ import Ice
|
||||
if not os.path.exists(slicefile):
|
||||
print slicefile+" not found!"
|
||||
quit(1)
|
||||
Ice.loadSlice(slicefile)
|
||||
Ice.loadSlice('', ['-I' + Ice.getSliceDir(), slicefile])
|
||||
|
||||
import Murmur
|
||||
ice = Ice.initialize()
|
||||
|
@ -19,7 +19,7 @@ iceport=6502
|
||||
|
||||
|
||||
import Ice, sys
|
||||
Ice.loadSlice(iceslice)
|
||||
Ice.loadSlice('', ['-I' + Ice.getSliceDir(), iceslice])
|
||||
ice = Ice.initialize()
|
||||
import Murmur
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user