소스 검색

Add correct import

Colin Powell 3 년 전
부모
커밋
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