Explorar el Código

Add correct import

Colin Powell hace 3 años
padre
commit
4506ac028c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      games/utils.py

+ 1 - 0
games/utils.py

@@ -7,6 +7,7 @@ from games.constants import (
 import os
 import xml.etree.ElementTree as ET
 import subprocess
+import re
 
 from dateutil import parser
 from django.conf import settings