mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 12:07:17 +02:00
Use cPickle instead of pickle for a small performance boost.
This commit is contained in:
parent
c7452e5a88
commit
5e0cb06221
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from asyncore import dispatcher
|
||||
from asynchat import async_chat
|
||||
import socket, asyncore, time, sys
|
||||
import pickle
|
||||
import cPickle as pickle
|
||||
import cmdhandler
|
||||
from apps.objects.models import Object
|
||||
from django.contrib.auth.models import User
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue