]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/elo.py
Make models a package instead of being a single (huge) module.
[xonotic/xonstat.git] / xonstat / elo.py
index f9b289df4d1848b9af1bd2a9b1a894081bc19292..01a1e8a93728fdbd8ce81d70efc65ed42a611cc8 100644 (file)
@@ -1,10 +1,8 @@
 import datetime
 import logging
 import math
-import random
-import sys
-from xonstat.models import *
 
+from xonstat.models import PlayerElo
 
 log = logging.getLogger(__name__)