|
@ -55,6 +55,11 @@ def MumbleCtlIce( connstring ): |
|
|
Murmur version matches the slice Version. |
|
|
Murmur version matches the slice Version. |
|
|
""" |
|
|
""" |
|
|
|
|
|
|
|
|
|
|
|
try: |
|
|
|
|
|
import Murmur |
|
|
|
|
|
|
|
|
|
|
|
except ImportError: |
|
|
|
|
|
print "Loading Slice!" |
|
|
if not settings.SLICE: |
|
|
if not settings.SLICE: |
|
|
raise EnvironmentError( "You didn't configure a slice file. Please set the SLICE variable in settings.py." ) |
|
|
raise EnvironmentError( "You didn't configure a slice file. Please set the SLICE variable in settings.py." ) |
|
|
|
|
|
|
|
|