mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
[mumble_users] fix issue #257 - Can't open include file Ice/SliceChecksumDict.ice
Solution found at https://bitbucket.org/Svedrin/mumble-django/issue/94/cant-open-include-file-ice
This commit is contained in:
parent
fb0c8ddb08
commit
278927f844
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user