2
0
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:
Kenyon Ralph 2013-03-03 16:48:50 -08:00
commit 7840fc587c
2 changed files with 43 additions and 43 deletions

View File

@ -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()

View File

@ -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