瀏覽代碼

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