2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

[murmur-stats] fix error: Can't open include file "Ice/SliceChecksumDict.ice"

fixes #257
This commit is contained in:
Thomas 2013-02-15 01:08:19 +01:00
parent 278927f844
commit 0074272068

View File

@ -19,7 +19,7 @@ iceport=6502
import Ice, sys
Ice.loadSlice(iceslice)
Ice.loadSlice('', ['-I' + Ice.getSliceDir(), iceslice])
ice = Ice.initialize()
import Murmur