This commit is contained in:
Trever Fischer
2012-04-19 14:54:18 -04:00
parent 2a1dc1c915
commit c91d2f5434

View File

@@ -5,7 +5,6 @@ from minecraft.models import Server
import hashlib
from django.http import HttpResponse
whitelistHandler = Resource(handlers.WhitelistHandler)
motdHandler = Resource(handlers.MOTDHandler)
class ServerAuther(object):