Colin Powell 3 лет назад
Родитель
Сommit
4506ac028c
1 измененных файлов с 1 добавлено и 0 удалено
  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